Skip to content

Commit

Permalink
doctl: 1.7.2 -> 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Apr 20, 2018
1 parent 0fe77f4 commit 4a1aeb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/tools/doctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildGoPackage rec {
name = "doctl-${version}";
version = "${major}.${minor}.${patch}";
major = "1";
minor = "7";
patch = "2";
minor = "8";
patch = "0";
goPackagePath = "github.com/digitalocean/doctl";

excludedPackages = ''\(doctl-gen-doc\|install-doctl\|release-doctl\)'';
Expand All @@ -19,9 +19,9 @@ buildGoPackage rec {

src = fetchFromGitHub {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "1nkyl5274mbdf4j60f2sj0kvvppcpccf7xws11c9vj9c3zxs7r97";
repo = "doctl";
rev = "v${version}";
sha256 = "1h94qagbni8cvzdparmgx3m9qcnbwbk0kjlvy9jzxfd3vcpbg38j";
};

meta = {
Expand Down

0 comments on commit 4a1aeb0

Please sign in to comment.