forked from mirrors/nixpkgs
linux: 5.1-rc6 -> 5.1-rc7
This commit is contained in:
parent
6dabc28cd0
commit
aeb464dfd3
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue