about summary refs log tree commit diff
path: root/pkgs/by-name/ky/kyua/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ky/kyua/package.nix')
-rw-r--r--pkgs/by-name/ky/kyua/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/ky/kyua/package.nix b/pkgs/by-name/ky/kyua/package.nix
index 6209c20480373..ba399a44ab749 100644
--- a/pkgs/by-name/ky/kyua/package.nix
+++ b/pkgs/by-name/ky/kyua/package.nix
@@ -7,7 +7,7 @@
   lutok,
   pkg-config,
   sqlite,
-  gitUpdater,
+  unstableGitUpdater,
 }:
 
 let
@@ -104,7 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
     runHook postInstallCheck
   '';
 
-  passthru.updateScript = gitUpdater { rev-prefix = "kyua-"; };
+  passthru.updateScript = unstableGitUpdater { tagPrefix = "kyua-"; };
 
   __structuredAttrs = true;