sioyek: replace nix-update with unstableGitUpdater

This commit is contained in:
Stephen Huan
2025-03-11 14:32:43 -04:00
parent 2f6bd4fc68
commit 1ccd3dbd4c
+4 -6
View File
@@ -4,7 +4,7 @@
installShellFiles,
fetchFromGitHub,
freetype,
nix-update-script,
unstableGitUpdater,
gumbo,
harfbuzz,
jbig2dec,
@@ -74,11 +74,9 @@ stdenv.mkDerivation (finalAttrs: {
installManPage resources/sioyek.1
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version"
"branch=development"
];
passthru.updateScript = unstableGitUpdater {
branch = "development";
tagPrefix = "v";
};
meta = with lib; {