{libsForQt5,qt6Packages}.qzxing: Fix passthru.updateScript

Otherwise it tries to bump back to a tag from 2016.
This commit is contained in:
OPNA2608
2026-06-03 20:35:50 +02:00
parent 5d45c8aeb0
commit c8d2c2cc13
@@ -2,7 +2,7 @@
stdenv,
lib,
fetchFromGitHub,
nix-update-script,
gitUpdater,
testers,
qmake,
qtmultimedia,
@@ -52,7 +52,9 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
updateScript = nix-update-script { };
updateScript = gitUpdater {
rev-prefix = "v";
};
};
meta = {