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

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 = {