Skip to content

Commit 5fbab5d

Browse files
committedJun 12, 2017
linux: 4.12-rc4 -> 4.12-rc5
1 parent 4010313 commit 5fbab5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

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

33
import ./generic.nix (args // rec {
4-
version = "4.12-rc4";
5-
modDirVersion = "4.12.0-rc4";
4+
version = "4.12-rc5";
5+
modDirVersion = "4.12.0-rc5";
66
extraMeta.branch = "4.12";
77

88
src = fetchurl {
99
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10-
sha256 = "05sdyf9vs3cmcfpgn7bwmz59bpdpz65ly755lknxm5nms5vg7ph3";
10+
sha256 = "0d3lpf429fqrf6i529y0pjdwnpq2v82agn3xhw4jwkriib9i425x";
1111
};
1212

1313
features.iwlwifi = true;

0 commit comments

Comments
 (0)
Please sign in to comment.