1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "cloudfoundry-incubator";
11 sha256 = "sha256-xSjT+h85/ZknwTTLUhC9GWrCRN9VHMQBM6WuHX3ldq4=";
14 # these tests require network access that we're not going to give them
16 rm commands/api_test.go
17 rm commands/socks5_test.go
19 __darwinAllowLocalNetworking = true;
26 "-X code.cloudfoundry.org/credhub-cli/version.Version=${version}"
30 ln -s $out/bin/credhub-cli $out/bin/credhub
38 description = "Provides a command line interface to interact with CredHub servers";
39 homepage = "https://github.com/cloudfoundry-incubator/credhub-cli";
40 maintainers = with maintainers; [ ris ];
41 license = licenses.asl20;