We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5879c9 + ab66ef8 commit c262fa9Copy full SHA for c262fa9
pkgs/development/tools/vultr-cli/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "vultr-cli";
5
- version = "3.3.1";
+ version = "3.4.0";
6
7
src = fetchFromGitHub {
8
owner = "vultr";
9
repo = pname;
10
rev = "v${version}";
11
- hash = "sha256-pJrujiZfIuqRFwIHReWT7xPi94Zh3owcZFz23jtpsQg=";
+ hash = "sha256-uk0tG66u0gQgEzpiFAeMC0qPrd+Pk6nbrXuuyOtVLe4=";
12
};
13
14
- vendorHash = "sha256-4HRzd5p5u8h07/escAoatF97RZ/hejYqW61Dlkp27Gk=";
+ vendorHash = "sha256-qf0l76MGIFv5m7uSjo4FgS6XxYzCT4+Efgt6W6jA1i8=";
15
16
nativeBuildInputs = [ installShellFiles ];
17
0 commit comments