Skip to content

Commit 114a2bc

Browse files
committedSep 10, 2017
linux-copperhead: 4.13.a -> 4.13.1.a
1 parent e916917 commit 114a2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
with stdenv.lib;
44

55
let
6-
version = "4.13";
6+
version = "4.13.1";
77
revision = "a";
8-
sha256 = "1d118yi40yqzfjxdwl00h7alp1z0qq7rk5q14w3hs281ig773aip";
8+
sha256 = "19x3rg75r4xm67wbr54iypbjsrfka7mz2vp3yswp4x4x94g457bh";
99

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

0 commit comments

Comments
 (0)
Please sign in to comment.