summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-07-18 15:46:57 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-18 18:59:26 +0000
commit0bacfc6d6a2ef39ae5b8208f88d9fb41139636a3 (patch)
tree50e5735e9bca0d64ce3e91f89263582ff4b83d39
parentlinux: 5.4.130 -> 5.4.132 (diff)
downloadnixpkgs-0bacfc6d6a2ef39ae5b8208f88d9fb41139636a3.tar.gz
linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46
(cherry picked from commit 9e7fd90e153006f1ec5cdd612eb70305c19019db)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rt-5.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rt-5.10.nix b/pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
index 6add438d0ac7..8ee5d88b3ad0 100644
--- a/pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
@@ -6,7 +6,7 @@
, ... } @ args:
let
- version = "5.10.47-rt45"; # updated by ./update-rt.sh
+ version = "5.10.47-rt46"; # updated by ./update-rt.sh
branch = lib.versions.majorMinor version;
kversion = builtins.elemAt (lib.splitString "-" version) 0;
in buildLinux (args // {
@@ -25,7 +25,7 @@ in buildLinux (args // {
name = "rt";
patch = fetchurl {
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
- sha256 = "0s3y636ymrhm8rg6n47wdk1pvvmpsnynmyhyy5681f2pw5z2c1ay";
+ sha256 = "12jnnwnh3bgz2ygc173r45sbqm74rz3f2nlp7m2fb8dlxdby460q";
};
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;