File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/os-specific/linux/kernel Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66, ... } @ args :
77
88let
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 ;
1212in 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
You can’t perform that action at this time.
0 commit comments