linux: 4.19.204 -> 4.19.205

(cherry picked from commit 88be0cc40c26eb5152443d0d3f542a1c5aea8954)
This commit is contained in:
TredwellGit 2021-08-27 01:12:17 +00:00 committed by github-actions[bot]
parent c498bc0180
commit c180aa5608
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.19.204";
version = "4.19.205";
# 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 = "1rcx99sz4fgr2d138i92dw2vfplnqgys58hxywgmjb56c83l3qy4";
sha256 = "1ii9l44d6jxhyd5qkc5h83ixailma9v7hyl60wi3rskkafqnwv2m";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];