diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-07-15 08:12:12 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-15 17:25:34 +0000 |
| commit | 06ce7d7587d57757934de26048204ff1d9dd2123 (patch) | |
| tree | dd94399bd8e7be22d1601847a3d7b6edc5e97364 | |
| parent | linux: 5.13.1 -> 5.13.2 (diff) | |
| download | nixpkgs-06ce7d7587d57757934de26048204ff1d9dd2123.tar.gz | |
linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61
(cherry picked from commit 2913c538914377c93225af91f5a41ac62fb7a34c)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-rt-5.4.nix | 6 |
1 files changed, 3 insertions, 3 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 8592ad4c3b34..03ee0f3238f8 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.123-rt59"; # updated by ./update-rt.sh + version = "5.4.129-rt61"; # updated by ./update-rt.sh branch = lib.versions.majorMinor version; kversion = builtins.elemAt (lib.splitString "-" version) 0; in buildLinux (args // { @@ -14,14 +14,14 @@ in buildLinux (args // { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz"; - sha256 = "1pi223dls52piw65s3v4ml23wdyy73xpbdvp511187b6zgzk7zlf"; + sha256 = "1ps64gx85lmbriq445hd2hcv4g4b1d1cwf4r3nd90x6i2cj4c9j4"; }; kernelPatches = let rt-patch = { name = "rt"; patch = fetchurl { url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz"; - sha256 = "1m1mnmk7h35p7dv6mg3pla6pw3b645hbbccjmp1jc3fyn6qiy6fq"; + sha256 = "0b3hp6a7afkjqd7an4hj423nq6flwzd42kjcyk4pifv5fx6c7pgq"; }; }; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches; |
