summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-27 01:12:17 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-27 16:28:33 +0000
commitc180aa5608cb9c3ecbb190f1f1113e271c0c09ce (patch)
tree7d218bb4dd354fd31ba701dab039aefaf2c2a82e
parentlinux: 4.14.244 -> 4.14.245 (diff)
downloadnixpkgs-c180aa5608cb9c3ecbb190f1f1113e271c0c09ce.tar.gz
linux: 4.19.204 -> 4.19.205
(cherry picked from commit 88be0cc40c26eb5152443d0d3f542a1c5aea8954)
-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 62de063c29da..14712c47e836 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.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 ];