3
0
Fork 0
forked from mirrors/nixpkgs

linux: 5.1-rc6 -> 5.1-rc7

This commit is contained in:
Tim Steinbach 2019-04-29 08:06:52 -04:00
parent 6dabc28cd0
commit aeb464dfd3
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -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?