Skip to content

Commit

Permalink
linux: 4.18-rc6 -> 4.18-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 30, 2018
1 parent 78a988b commit bd05e87
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, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:

buildLinux (args // rec {
version = "4.18-rc6";
modDirVersion = "4.18.0-rc6";
version = "4.18-rc7";
modDirVersion = "4.18.0-rc7";
extraMeta.branch = "4.18";

src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "18xz3pk8z87lk85s6q69ia1n4z03hif7yscnl6j8z85fjycwvf6b";
sha256 = "005kk7rxawkka60y31a5aiqrq3w6i1k27b5n2lcq63agjcxh54rq";
};

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

0 comments on commit bd05e87

Please sign in to comment.