Skip to content

Commit c0e091e

Browse files
committed
linux-rt_5_10: 5.10.1-rt19 -> 5.10.1-rt20
1 parent 4859bf2 commit c0e091e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

88
let
9-
version = "5.10.1-rt19"; # updated by ./update-rt.sh
9+
version = "5.10.1-rt20"; # updated by ./update-rt.sh
1010
branch = lib.versions.majorMinor version;
1111
kversion = builtins.elemAt (lib.splitString "-" version) 0;
1212
in buildLinux (args // {
@@ -25,7 +25,7 @@ in buildLinux (args // {
2525
name = "rt";
2626
patch = fetchurl {
2727
url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
28-
sha256 = "0hihi7p866alh03ziz8q1l0p3sxi437h4a45c5dlv9lrg6f177qb";
28+
sha256 = "0z8ljfcn908hzjl11fkmwrx2r7j0hcgpx07g21ag162qrn6g5qby";
2929
};
3030
}; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches;
3131

0 commit comments

Comments
 (0)