linux-rt_5_10: 5.10.56-rt48 -> 5.10.56-rt49

(cherry picked from commit 10472677e1acd74e25b4e582dcbe66b618f9a5b4)
This commit is contained in:
TredwellGit 2021-08-18 18:46:34 +00:00 committed by github-actions[bot]
parent 552f2172c6
commit d91ef03f45
1 changed files with 2 additions and 2 deletions

View File

@ -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;