Skip to content

Commit

Permalink
linux-copperhead: 4.13.a -> 4.13.1.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 10, 2017
1 parent e916917 commit 114a2bc
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 @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.13";
version = "4.13.1";
revision = "a";
sha256 = "1d118yi40yqzfjxdwl00h7alp1z0qq7rk5q14w3hs281ig773aip";
sha256 = "19x3rg75r4xm67wbr54iypbjsrfka7mz2vp3yswp4x4x94g457bh";

# 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 114a2bc

Please sign in to comment.