Skip to content

Commit 5e48298

Browse files
ymatsiukgithub-actions[bot]
authored andcommitted
linux: 4.19.190 -> 4.19.191
(cherry picked from commit be7fc1b)
1 parent 747ca0c commit 5e48298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/kernel/linux-4.19.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with lib;
44

55
buildLinux (args // rec {
6-
version = "4.19.190";
6+
version = "4.19.191";
77

88
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
99
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,7 +13,7 @@ buildLinux (args // rec {
1313

1414
src = fetchurl {
1515
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
16-
sha256 = "0pf8py0id0r8wzr5050bik1sbhl8gsznnr5bvcmrs4jkhpp2m73g";
16+
sha256 = "1jd97rzv900mnyzps4xmf6k166zrg391vcrbmr5zvcway5qbn9mm";
1717
};
1818

1919
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];

0 commit comments

Comments
 (0)