linux: 5.10.52 -> 5.10.57

(cherry picked from commit cde6046992f56b51de41275340560283c5ae6c7d)
This commit is contained in:
TredwellGit 2021-08-08 23:17:53 +00:00 committed by github-actions[bot]
parent 9f9dc1688f
commit e9d400d134
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.52";
version = "5.10.57";
# 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 = "0ydf09wsg0pkjm9dk8y730ksg15p5rlbhq445zx8k191zah5g7kn";
sha256 = "0b8lwfjlyd6j0csk71v07bxb5lrrzp545g1wv6kdk0kzq6maxfq0";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_10 ];