Skip to content

Commit

Permalink
linux_testing: 4.20-rc2 -> 4.20-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwu authored and NeQuissimus committed Nov 19, 2018
1 parent 41c0a46 commit 3ae0407
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-rc2";
modDirVersion = "4.20.0-rc2";
version = "4.20-rc3";
modDirVersion = "4.20.0-rc3";
extraMeta.branch = "4.20";

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

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

0 comments on commit 3ae0407

Please sign in to comment.