about summary refs log tree commit diff
path: root/pkgs/tools/admin/fits-cloudctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-24 09:41:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-24 09:41:55 +0000
commit49b635aa63e36d5a5de68a06e2ae03be613b9753 (patch)
tree854326c012b69e8cab6ab1ab47f0b02577fb3ea4 /pkgs/tools/admin/fits-cloudctl
parente5f7e0e5513455fa128d13d82095016b2dcffc55 (diff)
downloadnixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar.gz
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar.bz2
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar.lz
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar.xz
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.tar.zst
nixlib-49b635aa63e36d5a5de68a06e2ae03be613b9753.zip
fits-cloudctl: 0.10.5 -> 0.10.6
Diffstat (limited to 'pkgs/tools/admin/fits-cloudctl')
-rw-r--r--pkgs/tools/admin/fits-cloudctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/fits-cloudctl/default.nix b/pkgs/tools/admin/fits-cloudctl/default.nix
index a71f6e8f6347..322e3535b817 100644
--- a/pkgs/tools/admin/fits-cloudctl/default.nix
+++ b/pkgs/tools/admin/fits-cloudctl/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "fits-cloudctl";
-  version = "0.10.5";
+  version = "0.10.6";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-l01c1tjS0L+T/kHreYx3A5/N/oRDuDywXS/GAvUCxSk=";
+    sha256 = "sha256-GSdVwpYmJ3VnZaMQ8SjzcHpeefFjSaZXRcUAXEI9PKo=";
   };
 
-  vendorSha256 = "sha256-iJlNNovsIgTOPfAzwqkumrmCQu2xI/neqH+Z4tvSXeY=";
+  vendorSha256 = "sha256-RZ4cy9XHpWRP85G4A1/qYPjt/4CZ7pgECf+rsViPjGE=";
 
   meta = with lib; {
     description = "Command-line client for FI-TS Finance Cloud Native services";