linux: 6.1.23 -> 6.1.24

This commit is contained in:
Maximilian Bosch 2023-04-13 21:54:13 +02:00
parent 9b414a82f9
commit 4476457c5c
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 = "6.1.23";
version = "6.1.24";
# 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/v6.x/linux-${version}.tar.xz";
sha256 = "1szblfmm8gx0am017y30ywc60b1gqarplgmcs5zy7bshhwp3fn3l";
sha256 = "0135aj8asplpxqr48hwdmwynx8n8hzhdgh55yl8r0n1kivisgrma";
};
} // (args.argsOverride or { }))