Skip to content

Commit

Permalink
linux-copperhead: 4.13.1.a -> 4.13.1.b
Browse files Browse the repository at this point in the history
(cherry picked from commit 87fa247)
  • Loading branch information
NeQuissimus committed Sep 13, 2017
1 parent dcb66ca commit 97eef25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
Expand Up @@ -4,8 +4,8 @@ with stdenv.lib;

let
version = "4.13.1";
revision = "a";
sha256 = "19x3rg75r4xm67wbr54iypbjsrfka7mz2vp3yswp4x4x94g457bh";
revision = "b";
sha256 = "0l64r4978ynwpikw9fvhzzyrhvxhl7chwkbns1064c1dhr6j0zg6";

# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
Expand Down

0 comments on commit 97eef25

Please sign in to comment.