uavs3d: fix update script (#482794)

This commit is contained in:
Jo
2026-01-22 21:47:18 +00:00
committed by GitHub
+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; };
};