linux: 5.4.251 -> 5.4.252

This commit is contained in:
K900 2023-08-09 00:15:04 +03:00
parent ab4872bd8d
commit ffb73b8a9d

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.251";
version = "5.4.252";
# 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/v5.x/linux-${version}.tar.xz";
sha256 = "1jhqnazgiyz1vvrhnq5byl3h1mxrr3555fpiz4byycc1sqz9bd5w";
sha256 = "0rw2b1rr3rb5498rv1zmj0ml3p67awrvd2ch66kp80wl4dsmhy1s";
};
} // (args.argsOverride or {}))