3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #96739 from r-ryantm/auto-update/vultr

vultr: 2.0.1 -> 2.0.2
This commit is contained in:
Daniël de Kok 2020-08-31 17:08:07 +02:00 committed by GitHub
commit d7cfc33fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "vultr";
version = "2.0.1";
version = "2.0.2";
goPackagePath = "github.com/JamesClonk/vultr";
src = fetchFromGitHub {
owner = "JamesClonk";
repo = "vultr";
rev = "v${version}";
sha256 = "16wlncf0wax5jhpbfif5k16knigxy89vcby0b821klv6hlm6cc58";
sha256 = "0br8nxi9syraarp4hzav9a3p4zxhyi45cq5dsclzxi3fga2l6mqg";
};
meta = {