Skip to content

Commit c9d9f86

Browse files
committedDec 20, 2017
linux: 4.9.70 -> 4.9.71
(cherry picked from commit 4e494f459f6fc90319251985b5e708adc1743b70)
1 parent a7664a6 commit c9d9f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.9.70";
4+
version = "4.9.71";
55
extraMeta.branch = "4.9";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "02ihsl286wq2fkbsiwmdk4na20nlrq628190libx583ghbrlbbxs";
9+
sha256 = "173nvdshckhdlisn08pf6cal9bhlj8ra569y26013hsfzd09gzgi";
1010
};
1111
} // (args.argsOverride or {}))

0 commit comments

Comments
 (0)
Please sign in to comment.