linux: 5.4.124 -> 5.4.125

This commit is contained in:
TredwellGit 2021-06-10 20:54:06 +00:00
parent fd44ed986c
commit 7cf65d0f4a

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.124";
version = "5.4.125";
# 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,7 +13,7 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "10kxa1ng9w9xd2d5xh48fbhp1kri650p90nihrcpnb845gd9vwpp";
sha256 = "0g73xfkmj4sahrk7gx72hm2i4m98gqghswqyf8yqh77b9857bvhp";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];