linux: 5.10.67 -> 5.10.68

(cherry picked from commit a70237df86464ed69b12bdbf178ac8d0ddc1004e)
This commit is contained in:
TredwellGit 2021-09-22 12:44:37 +00:00 committed by github-actions[bot]
parent 08a2d25f1b
commit 4c482c8806

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.67";
version = "5.10.68";
# 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 = "10lap66d84s1cfakbgfsbabgxm42060c4wcvpzxbi4r5g2m40mwc";
sha256 = "08cl4bg9k331apj5fjl3jx6s6l543dnbjc1cfvin951m7l787ahv";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];