File tree Expand file tree Collapse file tree
pkgs/os-specific/linux/kernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66, ... } @ args :
77
88let
9- version = "5.10.197-rt96 " ; # updated by ./update-rt.sh
9+ version = "5.10.199-rt97 " ; # updated by ./update-rt.sh
1010 branch = lib . versions . majorMinor version ;
1111 kversion = builtins . elemAt ( lib . splitString "-" version ) 0 ;
1212in buildLinux ( args // {
@@ -17,14 +17,14 @@ in buildLinux (args // {
1717
1818 src = fetchurl {
1919 url = "mirror://kernel/linux/kernel/v5.x/linux-${ kversion } .tar.xz" ;
20- sha256 = "1awkm7lln5gf6kld9z5h4mg39bd778jsdswwlwb7iv7bn03lafhq " ;
20+ sha256 = "1h944syk7n6c4j1djlx19n77alzwbxcdza77c9ykicgfynhpgsm0 " ;
2121 } ;
2222
2323 kernelPatches = let rt-patch = {
2424 name = "rt" ;
2525 patch = fetchurl {
2626 url = "mirror://kernel/linux/kernel/projects/rt/${ branch } /older/patch-${ version } .patch.xz" ;
27- sha256 = "0pd1yhr154zl5jfmchzdfv27cbnn8h23x7am0dmqwr1ylwg4bvbi " ;
27+ sha256 = "13k7md0a63q4r5vqqvbszmg3kzp5np0hdaj1siyl4yvs9j78d03s " ;
2828 } ;
2929 } ; in [ rt-patch ] ++ kernelPatches ;
3030
You can’t perform that action at this time.
0 commit comments