cloudfoundry-cli: 7.3.0 -> 8.0.0

+5 -7
+5 -7
pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix
··· 2 3 buildGoModule rec { 4 pname = "cloudfoundry-cli"; 5 - version = "7.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "cloudfoundry"; 9 repo = "cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-I+4tFAMmmsmi5WH9WKXIja1vVWsPHNGkWbvjWGUCmkU="; 12 }; 13 - # vendor directory stale 14 - deleteVendor = true; 15 - vendorSha256 = null; 16 17 subPackages = [ "." ]; 18 19 # upstream have helpfully moved the bash completion script to a separate 20 # repo which receives no releases or even tags 21 bashCompletionScript = fetchurl { 22 - url = "https://raw.githubusercontent.com/cloudfoundry/cli-ci/6087781a0e195465a35c79c8e968ae708c6f6351/ci/installers/completion/cf7"; 23 - sha256 = "1vhg9jcgaxcvvb4pqnhkf27b3qivs4d3w232j0gbh9393m3qxrvy"; 24 }; 25 26 nativeBuildInputs = [ installShellFiles ];
··· 2 3 buildGoModule rec { 4 pname = "cloudfoundry-cli"; 5 + version = "8.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "cloudfoundry"; 9 repo = "cli"; 10 rev = "v${version}"; 11 + sha256 = "00cwnfylra0msbb423ad21if98s6smzccsyidqsl4r2mrlkhahwm"; 12 }; 13 + vendorSha256 = "0fcgyyd11xfhn8i11bqnaw3h51bj1y8s37b4d8wzv31dr8zswqsc"; 14 15 subPackages = [ "." ]; 16 17 # upstream have helpfully moved the bash completion script to a separate 18 # repo which receives no releases or even tags 19 bashCompletionScript = fetchurl { 20 + url = "https://raw.githubusercontent.com/cloudfoundry/cli-ci/5f4f0d5d01e89c6333673f0fa96056749e71b3cd/ci/installers/completion/cf8"; 21 + sha256 = "06w26kpnjd3f2wdjhb4pp0kaq2gb9kf87v7pjd9n2g7s7qhdqyhy"; 22 }; 23 24 nativeBuildInputs = [ installShellFiles ];