linux: 5.15.96 -> 5.15.97

This commit is contained in:
Fabián Heredia Montiel 2023-03-03 08:34:09 -06:00
parent 248de5d61e
commit aee193bed8

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.15.96";
version = "5.15.97";
# 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 = "167g34xjbqxr5klqp127j2j15pms4jmgs0y7gr8zipiz2i69g39l";
sha256 = "1cxk1w43apw2b6w6r8m1magz08qzlljzn8ihn42jgamyn7sddp9c";
};
} // (args.argsOverride or { }))