linux: 5.10.179 -> 5.10.180

This commit is contained in:
K900 2023-05-17 16:59:47 +03:00
parent 9feb862c4e
commit bc431790c2

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.179";
version = "5.10.180";
# 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 = "0abylcqbzpxxh45kmvd9i2cig64aajz87j5c8vm3w1ab2mf49g8v";
sha256 = "0a8cicvcyl5w4vi7gxhgd59ny44gj9cbv4z5pnwn9jgny55rm0ys";
};
} // (args.argsOverride or {}))