kdePackages.accounts-qt: fix update script

This commit is contained in:
jopejoe1 2024-05-02 19:38:44 +02:00
parent 4c85d13a3a
commit 2fb5891cfb

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
passthru.updateScript = gitUpdater {
rev = "VERSION_";
rev-prefix = "VERSION_";
};
meta = with lib; {