Merge pull request #318119 from r-ryantm/auto-update/bosh-cli

bosh-cli: 7.6.0 -> 7.6.1
This commit is contained in:
Weijia Wang 2024-06-28 01:12:24 +02:00 committed by GitHub
commit 367c31b5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;