qovery-cli: 0.84.0 -> 0.84.1
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.84.0...v0.84.1 Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.84.1
This commit is contained in:
parent
294ded9e3b
commit
7a445c511a
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "qovery-cli";
|
pname = "qovery-cli";
|
||||||
version = "0.84.0";
|
version = "0.84.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Qovery";
|
owner = "Qovery";
|
||||||
repo = "qovery-cli";
|
repo = "qovery-cli";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-2cG/aG1WXNmXqoJ+N2vmq2SBfIeCI1hac8y2vLy7Dyk=";
|
hash = "sha256-Dq62LXa0hZrpfQ7WQuCelLxWS7Lhn6SH61cNTsYI/mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-XG0dOEpu+NoQmklsukxev1gc2OsZc7fLEkv0AGwkh7o=";
|
vendorHash = "sha256-XG0dOEpu+NoQmklsukxev1gc2OsZc7fLEkv0AGwkh7o=";
|
||||||
|
|
Loading…
Reference in a new issue