linux: 5.1-rc4 -> 5.1-rc5

This commit is contained in:
Tim Steinbach 2019-04-15 08:25:56 -04:00
parent 9f5ba91c7a
commit 4907b2165b
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: { stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec { buildLinux (args // rec {
version = "5.1-rc4"; version = "5.1-rc5";
modDirVersion = "5.1.0-rc4"; modDirVersion = "5.1.0-rc5";
extraMeta.branch = "5.1"; extraMeta.branch = "5.1";
src = fetchurl { src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1cqr80b3jfr4g48fpni0pj2p5zs9930q6k6m9xjjdnsrhax1isr6"; sha256 = "171caaf8zrjx124431a94sv25c0ka6b3ni194l7fpisn4n3x8y47";
}; };
# Should the testing kernels ever be built on Hydra? # Should the testing kernels ever be built on Hydra?