summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-09-12 12:38:42 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-09-12 20:28:59 +0000
commit34570a89c068a02bb2971b049b674f7b4a2eea1c (patch)
tree2b3ae359acdbd8d2238108a265522181853ef68c
parentlinux: 5.4.144 -> 5.4.145 (diff)
downloadnixpkgs-34570a89c068a02bb2971b049b674f7b4a2eea1c.tar.gz
linux-rt_5_4: 5.4.143-rt63 -> 5.4.143-rt64
(cherry picked from commit 5698fc0dfc669166371b07a12ed6908696b2776c)
-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 7a1a4203cd83..ec065e6833e2 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.143-rt63"; # updated by ./update-rt.sh
+ version = "5.4.143-rt64"; # 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 = "13d9sx6vw3hlh0cpccfsfqkjj6yfjmbh4wp4x6ry84i39lrfbwg3";
+ sha256 = "0prfrvk2ds20sclikizzgg5qf4mfcyaymp9r272d5nj35293622n";
};
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;