rime-latex: change updater to unstableGitUpdater

This commit is contained in:
rczb
2026-01-31 21:31:20 +08:00
committed by GitHub
parent e37ec71777
commit e8f96e89f6
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
stdenvNoCC,
nix-update-script,
unstableGitUpdater,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Typing LaTeX math symbols in RIME";