about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-02-17 23:39:32 +0000
committerGitHub <noreply@github.com>2022-02-17 23:39:32 +0000
commit33df3179ae72ae23a8e0076f85868a45189bfc1d (patch)
tree418c313714536c5cf24bbfafe1f7d82fb93786fd
parentac1c96ececca7d1aee828a027bbcf081928e5a4d (diff)
parent0d09c8a21c28937e850b346a50a3ec0b5b63a46c (diff)
Merge pull request #160264 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.15 -> 6.4.16
-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 d425ca11fd881..a629de63729ef 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 = "6.4.15";
+  version = "6.4.16";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3JPnXOpjHjBZMdOtggjSns4cKc7uffJS1RkTAKGxAVI=";
+    sha256 = "sha256-yjW0XlMXa1MyNIud3uGm7RNj47B4Bp3DK9tvBrfqkoA=";
   };
   vendorSha256 = null;