Skip to content

Commit c262fa9

Browse files
authored
vultr-cli: 3.3.1 -> 3.4.0 (#352665)
2 parents b5879c9 + ab66ef8 commit c262fa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/vultr-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "vultr-cli";
5-
version = "3.3.1";
5+
version = "3.4.0";
66

77
src = fetchFromGitHub {
88
owner = "vultr";
99
repo = pname;
1010
rev = "v${version}";
11-
hash = "sha256-pJrujiZfIuqRFwIHReWT7xPi94Zh3owcZFz23jtpsQg=";
11+
hash = "sha256-uk0tG66u0gQgEzpiFAeMC0qPrd+Pk6nbrXuuyOtVLe4=";
1212
};
1313

14-
vendorHash = "sha256-4HRzd5p5u8h07/escAoatF97RZ/hejYqW61Dlkp27Gk=";
14+
vendorHash = "sha256-qf0l76MGIFv5m7uSjo4FgS6XxYzCT4+Efgt6W6jA1i8=";
1515

1616
nativeBuildInputs = [ installShellFiles ];
1717

0 commit comments

Comments
 (0)