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

bosh-cli: 7.3.1 -> 7.4.0
This commit is contained in:
Jonas Heinrich 2023-08-22 18:37:40 +02:00 committed by GitHub
commit 67c30e9324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.3.1";
version = "7.4.0";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bCZuX4c/ltnq1se/tbqQmWBc7/6IRUWqSNg7T3pFl3k=";
sha256 = "sha256-Hxak76S3+i5G81Xv4wdFvR/+vg5Eh86YjeqRzNUmfh4=";
};
vendorHash = null;