From 2fb5891cfb766d42f57a718f608f9b17430f7209 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 2 May 2024 19:38:44 +0200 Subject: kdePackages.accounts-qt: fix update script --- pkgs/development/libraries/accounts-qt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/accounts-qt/default.nix b/pkgs/development/libraries/accounts-qt/default.nix index 8e5dd411fca28..e96c4b0aca813 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; { -- cgit 1.4.1 From dd6ecb3f402743e6092066699217c7e37066449e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 2 May 2024 19:39:29 +0200 Subject: libaccounts-glib: fix update script --- pkgs/development/libraries/libaccounts-glib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libaccounts-glib/default.nix b/pkgs/development/libraries/libaccounts-glib/default.nix index 310d13c978b30..cfac6c97ac74a 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; { -- cgit 1.4.1