linux: 4.19.196 -> 4.19.197

(cherry picked from commit cb978946c1a99c8e6a204d0e45cc7078f331673c)
This commit is contained in:
TredwellGit 2021-07-18 15:46:06 +00:00 committed by github-actions[bot]
parent 13bce99087
commit 32e57d3b3a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.19.196";
version = "4.19.197";
# 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/v4.x/linux-${version}.tar.xz";
sha256 = "0liapgaczv6lq7223wnq2cbwfb6w93iw14dv1xidcb3bnakm4h5f";
sha256 = "10kj442qaky6rpl65k5rrvd3p6mdgz4p321zvf4s312ixfdja0g6";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];