summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-27 10:39:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-27 10:39:39 +0200
commit85f31a2966e5765ae69a257903e218c94aa7bcb1 (patch)
treef4a7f49964de431192b3465e4f3ae5046bcb9300 /pkgs/tools/admin
parent0d4a1a205f095fa091789b04ef06eee9b348ca8b (diff)
downloadnixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar.gz
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar.bz2
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar.lz
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar.xz
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.tar.zst
nixpkgs-85f31a2966e5765ae69a257903e218c94aa7bcb1.zip
qovery-cli: 0.73.0 -> 0.74.2
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.73.0...v0.74.2

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.74.2
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/qovery-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/qovery-cli/default.nix b/pkgs/tools/admin/qovery-cli/default.nix
index 3d1fb40f5bc..441961703f1 100644
--- a/pkgs/tools/admin/qovery-cli/default.nix
+++ b/pkgs/tools/admin/qovery-cli/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "qovery-cli";
-  version = "0.73.0";
+  version = "0.74.2";
 
   src = fetchFromGitHub {
     owner = "Qovery";
     repo = "qovery-cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Iu1ZgcjNDIYbgQMzt88vOyYKrKujMY196MV6O//Pg6E=";
+    hash = "sha256-9cC+T9jIRqD/omUUZrrRLu6FIo/oz8wCx9D76G94saE=";
   };
 
-  vendorHash = "sha256-QMuaM4u8y90WCbC/V6StPGK9uOm52LVQrLakgm3viP8=";
+  vendorHash = "sha256-ilEG1relXYEFPR++oq35qcvnIcXkP4HRAjqxYr3U3XM=";
 
   nativeBuildInputs = [
     installShellFiles