summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-18 18:45:35 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-20 12:12:13 +0000
commit4f323dd3cb6a6fc4c77dd5f6d4ac22c4267859d6 (patch)
treec83b55bf8e2ae483d0fcd5c63cbf01c5042677aa
parentlinux: 4.14.243 -> 4.14.244 (diff)
downloadnixpkgs-4f323dd3cb6a6fc4c77dd5f6d4ac22c4267859d6.tar.gz
linux: 4.19.202 -> 4.19.204
(cherry picked from commit b7a564432b9b941caf4646ebde1f5c88db4bfc7a)
-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 3d1beb7bd6df..62de063c29da 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.202";
+ version = "4.19.204";
# 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 = "09ya7n0il8fipp8ksb8cyl894ihny2r75g70vbhclbv20q2pv0pj";
+ sha256 = "1rcx99sz4fgr2d138i92dw2vfplnqgys58hxywgmjb56c83l3qy4";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_19 ];