summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-07 05:23:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-07 05:23:58 +0000
commita6b28fcad7994aebb1e9b5de2d58c79c4aa26d62 (patch)
treeb6712aca9b5783032bb57aeeb29c816d6d609897 /pkgs/tools/admin
parent619b8fd35b1225bbfa8b9e091346b3e105efe0d5 (diff)
downloadnixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar.gz
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar.bz2
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar.lz
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar.xz
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.tar.zst
nixpkgs-a6b28fcad7994aebb1e9b5de2d58c79c4aa26d62.zip
fits-cloudctl: 0.10.10 -> 0.10.11
Diffstat (limited to 'pkgs/tools/admin')
-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 f712c72fe08..b506d1d678f 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.10";
+  version = "0.10.11";
 
   src = fetchFromGitHub {
     owner = "fi-ts";
     repo = "cloudctl";
     rev = "v${version}";
-    sha256 = "sha256-US3Wvr6uBwsaIqjsbWeZtYucXVybMjKu8AuPYvykCvA=";
+    sha256 = "sha256-hGKnQk2OPpHsjbRh/xx3MidbUMio6tYn+oJB0t1a/yM=";
   };
 
   vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";