3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.19.271 -> 4.19.272

This commit is contained in:
Maximilian Bosch 2023-02-06 11:32:10 +01:00
parent 7d7b4262cf
commit 7ac11283d5
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.19.271";
version = "4.19.272";
# 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 = "06lxh9skp9213n29ynx7a9cinz7wggaxjsz52kghdbwfnjf3yvb3";
sha256 = "1y8kyc48v8bsl53zc6dsy5xhazv0vyna98fycj181aypicvbk7s8";
};
} // (args.argsOverride or {}))