about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-06 21:04:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-06 21:04:16 +0000
commitf983c166c002d22676bb6764cd1825c1e1fcfbb8 (patch)
tree02c0e823b6ac12d413f98811b0ea724fedb6a417 /pkgs/tools
parentd8ede6fd84eae23be76249d1609cfd6908d2867e (diff)
fits-cloudctl: 0.11.5 -> 0.11.6
Diffstat (limited to 'pkgs/tools')
-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 ab57d46771975..c42154874bc50 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.11.5";
+  version = "0.11.6";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-kuhkB6kRBN0R+OkhCKjX1j0YAjEdbhWyr++NB3IYq4U=";
+    sha256 = "sha256-MshhDYBUpg7iQjZ1ptSpEVpb5y1iytQKqF1AE6BQKWk=";
   };
 
-  vendorHash = "sha256-CQrGZIViuIYsmm2qEiJu5DMAZgx+ZUsSEND8WF1oag0=";
+  vendorHash = "sha256-NLEEPCnK2VqnpZ0M57Y8r1gHtgNVKjTPzO7qOp30KRk=";
 
   meta = with lib; {
     description = "Command-line client for FI-TS Finance Cloud Native services";