libaccounts-glib: fix update script

This commit is contained in:
jopejoe1 2024-05-02 19:39:29 +02:00
parent 2fb5891cfb
commit dd6ecb3f40

View File

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