Skip to content

Commit 9ddc0ab

Browse files
committedMay 9, 2017
linux: 4.10.14 -> 4.10.15
(cherry picked from commit 3a281eca0ecbcc1e135e12321dd80e833e8145f9)
1 parent 99f3536 commit 9ddc0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-4.10.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.10.14";
4+
version = "4.10.15";
55
extraMeta.branch = "4.10";
66

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

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)
Please sign in to comment.