Skip to content

Commit e9c35e0

Browse files
committedMar 23, 2017
linux: 4.4.55 -> 4.4.56
1 parent 61e3a58 commit e9c35e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

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

33
import ./generic.nix (args // rec {
4-
version = "4.4.55";
4+
version = "4.4.56";
55
extraMeta.branch = "4.4";
66

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

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)
Please sign in to comment.