linux: 4.19.186 -> 4.19.187

This commit is contained in:
Tim Steinbach 2021-04-15 11:28:17 -04:00 committed by Tim Steinbach
parent 69c1a81b33
commit 1831a7e8cc

View File

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