Skip to content

Commit 7d3d276

Browse files
committedSep 21, 2017
linux-copperhead: 4.13.2.a -> 4.13.3.a
1 parent 217add9 commit 7d3d276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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.2";
6+
version = "4.13.3";
77
revision = "a";
8-
sha256 = "1srglf014a2ra4sgzwrf53wdc3rrr5lx8dcx57xm4lpvrc4r66y6";
8+
sha256 = "1w1waqrzji17f7zmnkr7afbd2yz0xqf6m3g8dz2bkd2kzv07vzx5";
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.