{libsForQt5,qt6Packages}.qzxing: Fix passthru.updateScript (#527687)

This commit is contained in:
Cosima Neidahl
2026-06-07 13:18:18 +00:00
committed by GitHub
@@ -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 = {