summary refs log tree commit diff
path: root/pkgs/tools/admin/fits-cloudctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 11:25:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 11:25:00 +0000
commitc24550c8e5ba6b43269134f1eba8d3d16803ae26 (patch)
treea44aa4fc9f9a277736df3ae077d92c3e3e506992 /pkgs/tools/admin/fits-cloudctl
parentb88fab1bfe71efdd251625fa528bb286ad937f3d (diff)
downloadnixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar.gz
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar.bz2
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar.lz
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar.xz
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.tar.zst
nixpkgs-c24550c8e5ba6b43269134f1eba8d3d16803ae26.zip
fits-cloudctl: 0.10.4 -> 0.10.5
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 d5d3124038f..a71f6e8f634 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.4";
+  version = "0.10.5";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-D5LICE7CAwCqvaHIYfRWC8Te4W0tGhKAETmus2qa0UM=";
+    sha256 = "sha256-l01c1tjS0L+T/kHreYx3A5/N/oRDuDywXS/GAvUCxSk=";
   };
 
-  vendorSha256 = "sha256-ImKN3rNotgUkQaKzoetAEG6Q/zlfH8FTK4HTIO0xn4s=";
+  vendorSha256 = "sha256-iJlNNovsIgTOPfAzwqkumrmCQu2xI/neqH+Z4tvSXeY=";
 
   meta = with lib; {
     description = "Command-line client for FI-TS Finance Cloud Native services";