Skip to content

Commit fb8ec0d

Browse files
bosh-cli: 7.9.3 -> 7.9.4 (#389227)
2 parents ca73594 + 8f03055 commit fb8ec0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bo/bosh-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
buildGoModule rec {
1010
pname = "bosh-cli";
1111

12-
version = "7.9.3";
12+
version = "7.9.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "cloudfoundry";
1616
repo = pname;
1717
rev = "v${version}";
18-
sha256 = "sha256-ESM0DpCW97ulo5U/RCEaiKz1C5FeXflB7f/OlJaRwIQ=";
18+
sha256 = "sha256-GTxl0lsM1BMWTUAQfNYkJupDUCnXWavTnRZrkaCRpPc=";
1919
};
2020
vendorHash = null;
2121

0 commit comments

Comments
 (0)