Skip to content

Commit 76ad2a5

Browse files
committedDec 20, 2017
linux: 4.4.106 -> 4.4.107
(cherry picked from commit f358d8dd861281049a441d055a76be59f2220940)
1 parent f5bc177 commit 76ad2a5

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.4.106";
4+
version = "4.4.107";
55
extraMeta.branch = "4.4";
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.