Merge pull request #115697 from r-ryantm/auto-update/vultr
vultr: 2.0.2 -> 2.0.3
This commit is contained in:
commit
aeba3b9e54
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "vultr";
|
pname = "vultr";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
goPackagePath = "github.com/JamesClonk/vultr";
|
goPackagePath = "github.com/JamesClonk/vultr";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JamesClonk";
|
owner = "JamesClonk";
|
||||||
repo = "vultr";
|
repo = "vultr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0br8nxi9syraarp4hzav9a3p4zxhyi45cq5dsclzxi3fga2l6mqg";
|
sha256 = "sha256-kyB6gUbc32NsSDqDy1zVT4HXn0pWxHdBOEBOSaI0Xro=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue