Skip to content

Commit

Permalink
linux: 4.20-rc4 -> 4.20-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 3, 2018
1 parent 01d864c commit 3b2bf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:

buildLinux (args // rec {
version = "4.20-rc4";
modDirVersion = "4.20.0-rc4";
version = "4.20-rc5";
modDirVersion = "4.20.0-rc5";
extraMeta.branch = "4.20";

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0kni1l1gk9mva7ym091mrkn9f2bdbh80i7589ahk6j5blpj9m3ns";
sha256 = "0dixig8vismk40x4a719psyi39nqcv7yrisjdnj3s2ym9rljyypz";
};

# Should the testing kernels ever be built on Hydra?
Expand Down

0 comments on commit 3b2bf76

Please sign in to comment.