linux-rt_5_4: 5.4.74-rt41 -> 5.4.74-rt42

This commit is contained in:
Tim Steinbach 2020-11-13 09:25:36 -05:00
parent 7a36556e64
commit eb64d1518f
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -6,7 +6,7 @@
, ... } @ args:
let
version = "5.4.74-rt41"; # updated by ./update-rt.sh
version = "5.4.74-rt42"; # updated by ./update-rt.sh
branch = lib.versions.majorMinor version;
kversion = builtins.elemAt (lib.splitString "-" version) 0;
in buildLinux (args // {
@ -21,7 +21,7 @@ in buildLinux (args // {
name = "rt";
patch = fetchurl {
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
sha256 = "0ap5zvdx6zxwqh2cy67rha4zgz3k8vqzd2vhll1mx81d10fmvmp8";
sha256 = "11hk5ps2nsffcjmccp839l55nzbl9irss0ralj2y1xah1ikbs7fh";
};
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;