Skip to content

Commit

Permalink
linux: 4.19-rc1 -> 4.19-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 2, 2018
1 parent e144899 commit 029b992
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.19-rc1";
modDirVersion = "4.19.0-rc1";
version = "4.19-rc2";
modDirVersion = "4.19.0-rc2";
extraMeta.branch = "4.19";

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

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

0 comments on commit 029b992

Please sign in to comment.