aws-vault: 4.3.0 -> 4.5.1 (#59254)

This commit is contained in:
Andrew Dunham 2019-04-10 02:10:44 -07:00 committed by zimbatm
parent 42a1beb5d7
commit 3c2e7e91e5

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "aws-vault"; pname = "aws-vault";
version = "4.3.0"; version = "4.5.1";
goPackagePath = "github.com/99designs/${pname}"; goPackagePath = "github.com/99designs/${pname}";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "99designs"; owner = "99designs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0cwzvw1rcvg7y3m8dahr9r05s4i9apnfw5xhiaf0rlkdh3vy33wp"; sha256 = "0y64fx15p9ls829lif7c0jaxyclzpnr8l5cyw25q545878dzmcs5";
}; };
# set the version. see: aws-vault's Makefile # set the version. see: aws-vault's Makefile