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-03-16 03:53:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-16 03:53:58 +0000
commite5bd9e1490ed5595324a5764b7d0a8db42e54c83 (patch)
tree5bdcfa45c93589bcd83be2b868aaf22c0bd96ce8 /pkgs/tools/admin/fits-cloudctl
parent249cbfa29344696292407110ab216c94b28f6cbe (diff)
downloadnixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar.gz
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar.bz2
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar.lz
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar.xz
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.tar.zst
nixpkgs-e5bd9e1490ed5595324a5764b7d0a8db42e54c83.zip
fits-cloudctl: 0.10.11 -> 0.10.12
Diffstat (limited to 'pkgs/tools/admin/fits-cloudctl')
-rw-r--r--pkgs/tools/admin/fits-cloudctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/fits-cloudctl/default.nix b/pkgs/tools/admin/fits-cloudctl/default.nix
index b506d1d678f..f53315613e7 100644
--- a/pkgs/tools/admin/fits-cloudctl/default.nix
+++ b/pkgs/tools/admin/fits-cloudctl/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "fits-cloudctl";
-  version = "0.10.11";
+  version = "0.10.12";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-hGKnQk2OPpHsjbRh/xx3MidbUMio6tYn+oJB0t1a/yM=";
+    sha256 = "sha256-nFxudeJJ5BkfZxSnRquyATHyHwI+7xwfQxiY8cedtis=";
   };
 
   vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";