linux: 5.10.155 -> 5.10.156

This commit is contained in:
Maximilian Bosch
2022-11-27 10:09:36 +01:00
parent e3db9b3f05
commit 42edd9f2e9

View File

@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.155";
version = "5.10.156";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "1wyla96qsdf50n7qjj4hdf36bj56whv7gc9mgw9bvrsqdi92gc7i";
sha256 = "08srjps110zi4ivzh0z2jf78ddyfj2wivdliffb2f03jr9j9k7k7";
};
} // (args.argsOverride or {}))