about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nixops/unwrapped.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-18 06:01:12 +0000
committerGitHub <noreply@github.com>2024-05-18 06:01:12 +0000
commit182d24708678ebf4ba7f87f8c4a6436708403c29 (patch)
tree29a79631bb3cacc66f152d89bc27ac9660fdb1fe /pkgs/applications/networking/cluster/nixops/unwrapped.nix
parent11e181f00d09a94a931793acc0208c2103c8427a (diff)
parentd725925dffe3fff82336add5a22e8a08b033867d (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/cluster/nixops/unwrapped.nix')
-rw-r--r--pkgs/applications/networking/cluster/nixops/unwrapped.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/nixops/unwrapped.nix b/pkgs/applications/networking/cluster/nixops/unwrapped.nix
index 058f7f2d2c1c9..a435c70520efe 100644
--- a/pkgs/applications/networking/cluster/nixops/unwrapped.nix
+++ b/pkgs/applications/networking/cluster/nixops/unwrapped.nix
@@ -13,7 +13,7 @@
 
 buildPythonApplication rec {
   pname = "nixops";
-  version = "unstable-2024-02-28";
+  version = "1.7-unstable-2024-02-28";
   pyproject = true;
 
   src = fetchFromGitHub {
@@ -51,7 +51,9 @@ buildPythonApplication rec {
 
   passthru = {
     tests.nixos = nixosTests.nixops.unstable;
-    updateScript = unstableGitUpdater {};
+    updateScript = unstableGitUpdater {
+      tagPrefix = "v";
+    };
   };
 
   meta = with lib; {