3
0
Fork 0
forked from mirrors/nixpkgs

linux: 5.4.125 -> 5.4.126

This commit is contained in:
TredwellGit 2021-06-17 01:13:23 +00:00
parent 14510ff4ea
commit d0860fef88

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.4.125";
version = "5.4.126";
# 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 = "0g73xfkmj4sahrk7gx72hm2i4m98gqghswqyf8yqh77b9857bvhp";
sha256 = "0xsjcdgiix8slykzi9c12pl5hk2fnz1bqrxxdcr79d9nmfc7kzf7";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ];