Skip to content

Commit 0c67447

Browse files
committedSep 30, 2017
linux-copperhead: 4.13.3.a -> 4.13.4.a
(cherry picked from commit e479b5e)
1 parent f50e146 commit 0c67447

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.3";
6+
version = "4.13.4";
77
revision = "a";
8-
sha256 = "1w1waqrzji17f7zmnkr7afbd2yz0xqf6m3g8dz2bkd2kzv07vzx5";
8+
sha256 = "0l6xg06w0qicb64h8f6ldic947kn9a68wnad8pjwm89vy8vy4zqm";
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.