bosh-cli: 7.6.0 -> 7.6.1

This commit is contained in:
R. Ryantm
2024-06-07 22:28:53 +00:00
parent 5b3b5d79aa
commit 65074c6f3f
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.6.0";
version = "7.6.1";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-buhRRgwCOVTnlVLzAL4T9ymgMTIcvelHyv6mfPK61eM=";
sha256 = "sha256-A8IRxt6bEDKZwzLCh+O1Z4vwyee5rMCqrCoSplGkPIc=";
};
vendorHash = null;