Skip to content

Commit 6062ec0

Browse files
committedJan 31, 2018
linux: 4.9.78 -> 4.9.79
(cherry picked from commit 6aa13b6)
1 parent 5cbd68b commit 6062ec0

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.78";
4+
version = "4.9.79";
55
extraMeta.branch = "4.9";
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.