bosh-cli: 7.5.7 -> 7.6.0

This commit is contained in:
R. Ryantm 2024-05-31 15:56:28 +00:00
parent ef54ee7074
commit 2fc83b159e

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.5.7";
version = "7.6.0";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ym4qSjLKT3b494IaxMAgrYHMWklHu7Vlc81nFRxAiOc=";
sha256 = "sha256-buhRRgwCOVTnlVLzAL4T9ymgMTIcvelHyv6mfPK61eM=";
};
vendorHash = null;