uavs3d: fix update script

This commit is contained in:
jopejoe1
2026-01-22 21:09:02 +01:00
parent 1986a0d98b
commit 2f2e9fbd24
+3 -1
View File
@@ -41,7 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
'';
passthru = {
updateScript = unstableGitUpdater { };
updateScript = unstableGitUpdater {
tagPrefix = "v";
};
tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; };
};