about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-12-03 07:18:14 -0500
committerGitHub <noreply@github.com>2022-12-03 07:18:14 -0500
commit40dfb5f68d558454fea3d06207fef7f51ceea146 (patch)
tree1368352ddc2c5e30d2df6e0cbd3e00e9436d38f1
parent953bc9e7f7b995f7750605821de769ac25e49c4f (diff)
parent7a892ef64f244e703ccb0d2d44576758e7e8bed8 (diff)
downloadnixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar.gz
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar.bz2
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar.lz
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar.xz
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.tar.zst
nixlib-40dfb5f68d558454fea3d06207fef7f51ceea146.zip
Merge pull request #204236 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.11.2 -> 0.11.3
-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 0d2612ccd7e5..04fa90034e6a 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.2";
+  version = "0.11.3";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-y3sgk3BDyfByWKIY4wG/Od4Q3OhmDuFhkKlTQHa3TdE=";
+    sha256 = "sha256-wmkFBzfbMP1kwONpmchI/VQ6ti43pLC3AZfUGPNFzeI=";
   };
 
-  vendorSha256 = "sha256-xTO7mxui9ydwjF3hudX2i8dP2xpsGM2X0cqq0oaK0HE=";
+  vendorSha256 = "sha256-Y+RElir4mC6s5I8+mRtYYxYW/m9ihkjSWpG8mSZEjjA=";
 
   meta = with lib; {
     description = "Command-line client for FI-TS Finance Cloud Native services";