mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
doctl: 1.5.0 -> 1.7.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
8c7a1b4cf5
commit
2394753282
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ buildGoPackage rec {
|
|||
name = "doctl-${version}";
|
||||
version = "${major}.${minor}.${patch}";
|
||||
major = "1";
|
||||
minor = "5";
|
||||
patch = "0";
|
||||
minor = "7";
|
||||
patch = "2";
|
||||
goPackagePath = "github.com/digitalocean/doctl";
|
||||
|
||||
excludedPackages = ''\(doctl-gen-doc\|install-doctl\|release-doctl\)'';
|
||||
|
@ -21,7 +21,7 @@ buildGoPackage rec {
|
|||
owner = "digitalocean";
|
||||
repo = "doctl";
|
||||
rev = "v${version}";
|
||||
sha256 = "0dk7l4b0ngqkwdlx8qgr99jzipyzazvkv7dybi75dnp725lwxkl2";
|
||||
sha256 = "1nkyl5274mbdf4j60f2sj0kvvppcpccf7xws11c9vj9c3zxs7r97";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue