summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-01-07 21:59:56 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-08 01:44:22 +0000
commitbedb350c616371ae7a13c4b30fb171fd7cbfba18 (patch)
tree094de45765159a5a53d4b1d232bea284eb00e3ec
parentlinux: 4.14.260 -> 4.14.261 (diff)
downloadnixpkgs-bedb350c616371ae7a13c4b30fb171fd7cbfba18.tar.gz
linux: 4.19.223 -> 4.19.224
(cherry picked from commit e22fa956c30606491ee5cb651db06cdb6500cd6d)
-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 d87a635c5ef3..dab9b5e2ab9e 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.223";
+ version = "4.19.224";
# 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 = "1cnjk49g8sxsbzk375ji47lnx36drqh1x2pbfiqdwgrbjcb043sz";
+ sha256 = "0c8h457n52qzpw4kgr16ndhsl35si99amc6fadb31fy32csgrk01";
};
} // (args.argsOverride or {}))