Skip to content

Commit 24de0ba

Browse files
committedJul 13, 2017
linux: 4.11.9 -> 4.11.10
1 parent 6da2229 commit 24de0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-4.11.nix

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

33
import ./generic.nix (args // rec {
4-
version = "4.11.9";
4+
version = "4.11.10";
55
extraMeta.branch = "4.11";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "0q60690hmqhz2x3v6qyjq7lhp2j99dcldvd46myc9ggp78d93j1z";
9+
sha256 = "1dma031rcj8nvcb3znbcffafwm5cpax3cvqkq9zspa8lf5ah52si";
1010
};
1111

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)