bosh-cli: 7.5.4 -> 7.5.5

This commit is contained in:
R. Ryantm 2024-03-16 01:12:14 +00:00
parent e6bef1a5db
commit 916ec360db

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.5.4";
version = "7.5.5";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aNzKp7QwyhC/ado0NrCyxrRZu+ePGBNSq31/Iw6k6n0=";
sha256 = "sha256-LjqMCkEIl+0psxIys/tvJPkEQqDRzLOsaFUfAVG+RrE=";
};
vendorHash = null;