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
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
passthru.updateScript = gitUpdater {
rev = "VERSION_";
rev-prefix = "VERSION_";
};
meta = with lib; {
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
];
passthru.updateScript = gitUpdater {
rev = "VERSION_";
rev-prefix = "VERSION_";
};
meta = with lib; {