summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-05-27 06:27:51 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-05 15:07:35 +0000
commit876f1db8eb1d78cea1b4846894ffd1d2df67eb93 (patch)
tree9bb10c64a30028c95df68f07ae272821a609d8f5
parentlinux: 4.14.233 -> 4.14.234 (diff)
downloadnixpkgs-876f1db8eb1d78cea1b4846894ffd1d2df67eb93.tar.gz
linux: 4.19.191 -> 4.19.192
(cherry picked from commit bd12ba96439e67cf75ec94773b7b2b5fc5f6079b)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix
index d5e998ac194e..23d651e21da4 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "4.19.191";
+ version = "4.19.192";
# 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 = "1jd97rzv900mnyzps4xmf6k166zrg391vcrbmr5zvcway5qbn9mm";
+ sha256 = "1680dz4wjg721a8lqwh6ijd90zcr2f3wzcvhwgn3shbwgjkwsk87";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];