summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-12-07 07:51:54 -0800
committerGitHub <noreply@github.com>2021-12-07 07:51:54 -0800
commitf3376ae1826168c3795488c84fa389de5fb18f32 (patch)
tree48ce9aea27faac88c864240758427e055de5e706 /pkgs/applications/networking
parent1febf6970c7367fe02c7eaf89c279feada9572a4 (diff)
parent0e53e3a53cb8fb8e201b1f41be552f1c68a1cc34 (diff)
downloadnixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar.gz
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar.bz2
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar.lz
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar.xz
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.tar.zst
nixpkgs-f3376ae1826168c3795488c84fa389de5fb18f32.zip
Merge pull request #149296 from r-ryantm/auto-update/kubedb-cli
kubedb-cli: 0.22.0 -> 0.24.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/kubedb-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubedb-cli/default.nix b/pkgs/applications/networking/cluster/kubedb-cli/default.nix
index cbf14f43d26..ee6a241a230 100644
--- a/pkgs/applications/networking/cluster/kubedb-cli/default.nix
+++ b/pkgs/applications/networking/cluster/kubedb-cli/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubedb-cli";
-  version = "0.22.0";
+  version = "0.24.0";
 
   src = fetchFromGitHub {
     owner = "kubedb";
     repo = "cli";
     rev = "v${version}";
-    sha256 = "sha256-pAvaScbwGJMW3iFS26D71nImWsXcEVx7ONUP82f6QDQ=";
+    sha256 = "sha256-b5LbA2qEsEA7J0djEMhDeBY9iV1cvGVtxTlmneQGKYY=";
   };
 
   vendorSha256 = null;