summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-12-29 16:39:09 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-30 13:51:48 +0000
commita33c5426a6de1638f5d0d2cde1606261dc7d8469 (patch)
tree22ca081c6afe363a0cef6352374ddbcf9c41b476
parentlinux: 4.14.259 -> 4.14.260 (diff)
downloadnixpkgs-a33c5426a6de1638f5d0d2cde1606261dc7d8469.tar.gz
linux: 4.19.222 -> 4.19.223
(cherry picked from commit e1dd7fb45f68b1871df01ba5a2ca12781642c2f5)
-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 2dfdf8af2c0a..d87a635c5ef3 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.222";
+ version = "4.19.223";
# 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,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "0f48c6lv0nqggn5rn1wfnlf3xjz6ckmzvjqbhpyar43x7l687c4p";
+ sha256 = "1cnjk49g8sxsbzk375ji47lnx36drqh1x2pbfiqdwgrbjcb043sz";
};
} // (args.argsOverride or {}))