We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4859bf2 commit c0e091eCopy full SHA for c0e091e
1 file changed
pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
@@ -6,7 +6,7 @@
6
, ... } @ args:
7
8
let
9
- version = "5.10.1-rt19"; # updated by ./update-rt.sh
+ version = "5.10.1-rt20"; # updated by ./update-rt.sh
10
branch = lib.versions.majorMinor version;
11
kversion = builtins.elemAt (lib.splitString "-" version) 0;
12
in buildLinux (args // {
@@ -25,7 +25,7 @@ in buildLinux (args // {
25
name = "rt";
26
patch = fetchurl {
27
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
28
- sha256 = "0hihi7p866alh03ziz8q1l0p3sxi437h4a45c5dlv9lrg6f177qb";
+ sha256 = "0z8ljfcn908hzjl11fkmwrx2r7j0hcgpx07g21ag162qrn6g5qby";
29
};
30
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;
31
0 commit comments