Merge pull request #62127 from kuznero/doctl

doctl: 1.16.0 -> 1.18.0
This commit is contained in:
Renaud 2019-05-28 14:38:11 +02:00 committed by GitHub
commit ba23e62e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ buildGoPackage rec {
name = "doctl-${version}";
version = "${major}.${minor}.${patch}";
major = "1";
minor = "16";
minor = "18";
patch = "0";
goPackagePath = "github.com/digitalocean/doctl";
@ -21,7 +21,7 @@ buildGoPackage rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "041fqanlk8px4nhxaxxs27gbqh8571szxfrcp0zmihdbr4nc70dv";
sha256 = "1p43q1iyjj597gr47hn589fv7n26mny9niq7yb9hlmslkplsrb0a";
};
meta = {