summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-12-09 06:48:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-12 19:24:55 +0000
commit58b3bb11a233c7005114275f7ad33628a68b709d (patch)
tree6e8c2cd3406b603d4def2f0c1322d03519b09a27
parentlinux-rt_5_10: 5.10.78-rt56 -> 5.10.83-rt58 (diff)
downloadnixpkgs-58b3bb11a233c7005114275f7ad33628a68b709d.tar.gz
linux-rt_5_4: 5.4.161-rt66 -> 5.4.161-rt67
(cherry picked from commit 7f32450344ffaf16f875478e19dfb7e3460b1397)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rt-5.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix b/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix
index c80a6b3c3bcd..0d827ad653e4 100644
--- a/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix
@@ -6,7 +6,7 @@
, ... } @ args:
let
- version = "5.4.161-rt66"; # updated by ./update-rt.sh
+ version = "5.4.161-rt67"; # updated by ./update-rt.sh
branch = lib.versions.majorMinor version;
kversion = builtins.elemAt (lib.splitString "-" version) 0;
in buildLinux (args // {
@@ -21,7 +21,7 @@ in buildLinux (args // {
name = "rt";
patch = fetchurl {
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
- sha256 = "1prjfvymk4zp94vlgp3nqf1k184blx14kakpikbnk8nck5p9z02m";
+ sha256 = "1xn3i1m0n4zcsnw5k52iyrd994zxmrla4rkjmdr71ra7csbrvkbx";
};
}; in [ rt-patch ] ++ kernelPatches;