Skip to content

Commit

Permalink
linux-copperhead: 4.13.10.a -> 4.13.11.a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 2, 2017
1 parent 6668388 commit 449a053
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.10";
version = "4.13.11";
revision = "a";
sha256 = "0m4yxdcll1zvvvagpjf9s7vw7dmad22qbakhc50as3ixyd7w5ah6";
sha256 = "1nby5iii1k0vjvs1s2qvlszln2p9sza9ivbjjdhrmvpp1shzwcvx";

# 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 449a053

Please sign in to comment.