about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-13 23:44:55 +0200
committerGitHub <noreply@github.com>2024-04-13 23:44:55 +0200
commit495d9bd7ada00d94a448c9a98c74ebf28f265675 (patch)
tree318677ffeda146e31b1e80cf8c6e6d228e9f38f8 /pkgs/applications/networking/cluster
parent3d2afcff3f70f4df84c44e0e19f382452742cee2 (diff)
parent1eee0a157c680c4305974b6ec19b829ae8434a9a (diff)
Merge pull request #302225 from r-ryantm/auto-update/bosh-cli
bosh-cli: 7.5.5 -> 7.5.6
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/bosh-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/bosh-cli/default.nix b/pkgs/applications/networking/cluster/bosh-cli/default.nix
index 0daf7ae97ba12..cbd2512acba59 100644
--- a/pkgs/applications/networking/cluster/bosh-cli/default.nix
+++ b/pkgs/applications/networking/cluster/bosh-cli/default.nix
@@ -8,13 +8,13 @@
 buildGoModule rec {
   pname = "bosh-cli";
 
-  version = "7.5.5";
+  version = "7.5.6";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-LjqMCkEIl+0psxIys/tvJPkEQqDRzLOsaFUfAVG+RrE=";
+    sha256 = "sha256-aw1iS7iAs8Xj7K7gTRp1bvq4po3Aq8zakm7FLKC0DEY=";
   };
   vendorHash = null;