summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-31 13:04:00 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-01 15:00:01 +0000
commit11ba3c746662d1d60666e6e0bc541a9a760f1c98 (patch)
tree2884e8cc08cd3b38ba791b4f6388a286da08e6bd
parentlinux: 5.15.63 -> 5.15.64 (diff)
downloadnixpkgs-11ba3c746662d1d60666e6e0bc541a9a760f1c98.tar.gz
linux: 5.19.5 -> 5.19.6
(cherry picked from commit 7210ee48ed2da888e664e48f23891fe0699728e8)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.19.nix b/pkgs/os-specific/linux/kernel/linux-5.19.nix
index 7ce20f3b6fe1..42fd32716dac 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.19.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.19.5";
+ version = "5.19.6";
# 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/v5.x/linux-${version}.tar.xz";
- sha256 = "1g9p4m9w9y0y1gk6vzqvsxzwqspbm10mmhd8n1mhal1yz721qgwc";
+ sha256 = "0fm6xysg5mjfig0jils700ph83mvvkl27ix757260i31mwjgi921";
};
} // (args.argsOverride or { }))