about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-05-02 19:39:29 +0200
committerjopejoe1 <johannes@joens.email>2024-05-02 19:39:29 +0200
commitdd6ecb3f402743e6092066699217c7e37066449e (patch)
tree66f69a84481e4a0bd982ef0bf6f101acefeaa7ef
parent2fb5891cfb766d42f57a718f608f9b17430f7209 (diff)
libaccounts-glib: fix update script
-rw-r--r--pkgs/development/libraries/libaccounts-glib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libaccounts-glib/default.nix b/pkgs/development/libraries/libaccounts-glib/default.nix
index 310d13c978b3..cfac6c97ac74 100644
--- a/pkgs/development/libraries/libaccounts-glib/default.nix
+++ b/pkgs/development/libraries/libaccounts-glib/default.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
   ];
 
   passthru.updateScript = gitUpdater {
-    rev = "VERSION_";
+    rev-prefix = "VERSION_";
   };
 
   meta = with lib; {