linux: 5.13.4 -> 5.13.5

This commit is contained in:
TredwellGit 2021-07-25 14:51:37 +00:00 committed by Alyssa Ross
parent 694492c912
commit e1b7816a1f

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.13.4";
version = "5.13.5";
# 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 = "0v3x1q1r0r8lyjg5hsj7yayfxqcgfj01p86ya4s0i9jaclpwv4ki";
sha256 = "0lqh7krxxnbrvr3w1kag92z9r4n9436fr6answjkjfbvw0z7q74m";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_13 ];