linux-rt_5_15: 5.15.133-rt69 -> 5.15.133-rt70

This commit is contained in:
K900 2023-10-25 13:49:34 +03:00
parent 25dc227fbe
commit 0e8345f9a3

View file

@ -6,7 +6,7 @@
, ... } @ args:
let
version = "5.15.133-rt69"; # updated by ./update-rt.sh
version = "5.15.133-rt70"; # 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 = "0iikbpb1wcf7fm18j230cd4p4cksr0k6041c8w0gvznws8mr3dww";
sha256 = "0n066vd63wm08dzpr0c79k2b454vslgwcjjhp8kh672j5acxii9p";
};
}; in [ rt-patch ] ++ kernelPatches;