mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #135069 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.4 -> 6.4.5
This commit is contained in:
commit
048b38ea39
@ -8,13 +8,13 @@
|
||||
buildGoModule rec {
|
||||
pname = "bosh-cli";
|
||||
|
||||
version = "6.4.4";
|
||||
version = "6.4.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloudfoundry";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-N7GrxePNewxhHnkQP/XBdUIEL5FsFD4avouZaIO+BKc=";
|
||||
sha256 = "sha256-/1JRje7SNrIsb3V1tq5ZW5zsURaQUzM/Jp3TMR0MfKw=";
|
||||
};
|
||||
vendorSha256 = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user