about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-05-02 19:38:44 +0200
committerjopejoe1 <johannes@joens.email>2024-05-02 19:38:44 +0200
commit2fb5891cfb766d42f57a718f608f9b17430f7209 (patch)
tree5119f4760d65fff9bc8b8c6e890140b7c95488ca
parent4c85d13a3ac6c71ba0ef3ca9544fa28abb7ceb52 (diff)
kdePackages.accounts-qt: fix update script
-rw-r--r--pkgs/development/libraries/accounts-qt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/accounts-qt/default.nix b/pkgs/development/libraries/accounts-qt/default.nix
index 8e5dd411fca2..e96c4b0aca81 100644
--- a/pkgs/development/libraries/accounts-qt/default.nix
+++ b/pkgs/development/libraries/accounts-qt/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
   '';
 
   passthru.updateScript = gitUpdater {
-    rev = "VERSION_";
+    rev-prefix = "VERSION_";
   };
 
   meta = with lib; {