Skip to content

Commit 007a867

Browse files
committedDec 5, 2017
linux: 4.4.103 -> 4.4.104
(cherry picked from commit 10e5207749390f1a17d5189add086de1284e1f09)
1 parent b62c50c commit 007a867

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.