From cbd19b3d32427d04a517cfb0e29c5ca9246fe8df Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Apr 2023 01:00:37 +0000 Subject: [PATCH] bosh-cli: 7.1.0 -> 7.2.2 --- pkgs/applications/networking/cluster/bosh-cli/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/bosh-cli/default.nix b/pkgs/applications/networking/cluster/bosh-cli/default.nix index 36666b901da0..587304f97d11 100644 --- a/pkgs/applications/networking/cluster/bosh-cli/default.nix +++ b/pkgs/applications/networking/cluster/bosh-cli/default.nix @@ -8,15 +8,15 @@ buildGoModule rec { pname = "bosh-cli"; - version = "7.1.0"; + version = "7.2.2"; src = fetchFromGitHub { owner = "cloudfoundry"; repo = pname; rev = "v${version}"; - sha256 = "sha256-wsCVeCAgZ2RPT6cle1YHB5CZdcPmKOVuUQlA5d3H7iI="; + sha256 = "sha256-cSix1muhmPrL7fDGznkFAOAoArZoDvptli7uRo71Dlk="; }; - vendorSha256 = null; + vendorHash = null; postPatch = '' substituteInPlace cmd/version.go --replace '[DEV BUILD]' '${version}'