Skip to content

Commit 31dfb58

Browse files
committedJan 3, 2018
linux: 4.9.73 -> 4.9.74
(cherry picked from commit 56f91dc)
1 parent bb02fc2 commit 31dfb58

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.