diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-08-18 18:46:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-20 12:12:15 +0000 |
| commit | d91ef03f450cd45eec1925ea2cdc33fd7a141f75 (patch) | |
| tree | d2f6e66678c767fa654ef6dd571d4faa35671029 | |
| parent | linux: 5.4.139 -> 5.4.142 (diff) | |
| download | nixpkgs-d91ef03f450cd45eec1925ea2cdc33fd7a141f75.tar.gz | |
linux-rt_5_10: 5.10.56-rt48 -> 5.10.56-rt49
(cherry picked from commit 10472677e1acd74e25b4e582dcbe66b618f9a5b4)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-rt-5.10.nix | 4 |
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 2e4001fc8440..6c06dcb2000a 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.56-rt48"; # updated by ./update-rt.sh + version = "5.10.56-rt49"; # 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 = "1fi83iky7r80cc1xlxyvsd2fcfgd67hz1nhmrhxawzkx6cx6i55a"; + sha256 = "17r7d8xj5nph1j1fyjra887mqjlf6is9pgpw0jyhd46z1jy2bw3v"; }; }; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches; |
