icestudio: Fix passthru.updateScript

This commit is contained in:
OPNA2608
2025-07-08 09:48:33 +02:00
parent a1f4634181
commit b1990e8ac0
+3 -1
View File
@@ -102,7 +102,9 @@ buildNpmPackage rec {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
nativeBuildInputs = [ makeWrapper ];