Skip to content

Commit acbdc7d

Browse files
committedNov 24, 2017
linux: 4.9.64 -> 4.9.65
(cherry picked from commit 7be1c02c1606747f05eeb435c869180082dc1245)
1 parent b35002f commit acbdc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/linux-4.9.nix

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

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

0 commit comments

Comments
 (0)