Skip to content

Commit

Permalink
linux-copperhead: 4.13.1.b -> 4.13.2.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 16, 2017
1 parent 27e87d8 commit 08229bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.13.1";
revision = "b";
sha256 = "0l64r4978ynwpikw9fvhzzyrhvxhl7chwkbns1064c1dhr6j0zg6";
version = "4.13.2";
revision = "a";
sha256 = "1srglf014a2ra4sgzwrf53wdc3rrr5lx8dcx57xm4lpvrc4r66y6";

# 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 08229bb

Please sign in to comment.