linux: 5.4.147 -> 5.4.148

This commit is contained in:
TredwellGit 2021-09-22 12:44:59 +00:00 committed by Tim Steinbach
parent 6e1498613f
commit 3cd2a4032b

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.147";
version = "5.4.148";
# 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 = "07242nlxf4s73ffdir3dsi37cjmm6bw9w7kac0j7x1s1j8sh9h7n";
sha256 = "1cwibh0y112hip5yd0n692rv44jh4sk2g6mj5n44g754k4i366a6";
};
} // (args.argsOverride or {}))