linux: 5.4-rc4 -> 5.4-rc5

This commit is contained in:
Tim Steinbach 2019-10-29 11:58:21 -04:00
parent a3d3864b02
commit 9d3687ff15
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -3,7 +3,7 @@
with stdenv.lib; with stdenv.lib;
buildLinux (args // rec { buildLinux (args // rec {
version = "5.4-rc4"; version = "5.4-rc5";
extraMeta.branch = "5.4"; extraMeta.branch = "5.4";
# modDirVersion needs to be x.y.z, will always add .0 # modDirVersion needs to be x.y.z, will always add .0
@ -11,7 +11,7 @@ buildLinux (args // rec {
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 = "0f0qnk9x1drd0vgawfr1nyr77pm8j00fqjij8qs45b69c1l8bx5i"; sha256 = "0047f1vq93cq9qa0550dnilci0qxy4ygc6brhcr6xbwqakglwr18";
}; };
# Should the testing kernels ever be built on Hydra? # Should the testing kernels ever be built on Hydra?