Merge pull request #118613 from obsidiansystems/aa/linux-5.12rc6

linux-testing: 5.12-rc4 -> 5.12-rc6
This commit is contained in:
John Ericson 2021-04-05 13:46:37 -04:00 committed by GitHub
commit 741f7fa7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.12-rc4";
version = "5.12-rc6";
extraMeta.branch = "5.12";
# modDirVersion needs to be x.y.z, will always add .0
@ -11,7 +11,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "06i6xnfbyn522pj9zksx6ka01yxwv8dsrb2z517grv682sp8j70k";
sha256 = "0w0zk2byimdbcvn8myqaq0ab6lyd43493fnkv9a1407dimpxb03d";
};
# Should the testing kernels ever be built on Hydra?