Skip to content

Commit 4a79e6c

Browse files
ymatsiukgithub-actions[bot]
authored andcommitted
linux-rt_5_4: 5.4.115-rt57 -> 5.4.123-rt59
(cherry picked from commit 759559f)
1 parent 6a671c3 commit 4a79e6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/os-specific/linux/kernel/linux-rt-5.4.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
, ... } @ args:
77

88
let
9-
version = "5.4.115-rt57"; # updated by ./update-rt.sh
9+
version = "5.4.123-rt59"; # updated by ./update-rt.sh
1010
branch = lib.versions.majorMinor version;
1111
kversion = builtins.elemAt (lib.splitString "-" version) 0;
1212
in buildLinux (args // {
1313
inherit version;
1414

1515
src = fetchurl {
1616
url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz";
17-
sha256 = "1llxk04vlpi7a4ca2f5vlcxfn68n8yhmsar3hsl259i7hms28isv";
17+
sha256 = "1pi223dls52piw65s3v4ml23wdyy73xpbdvp511187b6zgzk7zlf";
1818
};
1919

2020
kernelPatches = let rt-patch = {
2121
name = "rt";
2222
patch = fetchurl {
2323
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
24-
sha256 = "1xh7xi27q58njhfayi2lnk4id7hnlklkgh2zx012gxv4ari76g0k";
24+
sha256 = "1m1mnmk7h35p7dv6mg3pla6pw3b645hbbccjmp1jc3fyn6qiy6fq";
2525
};
2626
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;
2727

0 commit comments

Comments
 (0)