Merge pull request #308573 from jopejoe1/accounts-qt/fix/update-script
{kdePackages.accounts-qt, libaccounts-glib}: fix update script
This commit is contained in:
commit
b256f8249a
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; {
|
||||
|
|
Loading…
Reference in a new issue