3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.14.307 -> 4.14.308

This commit is contained in:
Maximilian Bosch 2023-03-11 21:07:29 +01:00
parent 4dab9b6c97
commit 9e15b24443
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.14.307";
version = "4.14.308";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = versions.pad 3 version;
@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "00dp0vj9572ig4zsnmhl2a2v5vx40hnjibyifw24x1q6qdaia72f";
sha256 = "19lkw0izj0i63grzycvz6pdxvih0q7lml0h30zsxzb4vb7yj0v7i";
};
} // (args.argsOverride or {}))