Skip to content

Commit

Permalink
linux: 5.1-rc6 -> 5.1-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 29, 2019
1 parent 6dabc28 commit aeb464d
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 = "5.1-rc6";
modDirVersion = "5.1.0-rc6";
version = "5.1-rc7";
modDirVersion = "5.1.0-rc7";
extraMeta.branch = "5.1";

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

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

0 comments on commit aeb464d

Please sign in to comment.