Merge pull request #308573 from jopejoe1/accounts-qt/fix/update-script

{kdePackages.accounts-qt, libaccounts-glib}: fix update script
This commit is contained in:
zowoq 2024-05-03 09:09:05 +10:00 committed by GitHub
commit b256f8249a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
];
passthru.updateScript = gitUpdater {
rev = "VERSION_";
rev-prefix = "VERSION_";
};
meta = with lib; {