nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

qovery-cli: 0.58.15 -> 0.59.0

Diff: https://github.com/Qovery/qovery-cli/compare/v0.58.15...v0.59.0

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.59.0

+3 -3
+3 -3
pkgs/tools/admin/qovery-cli/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "qovery-cli"; 11 - version = "0.58.15"; 11 + version = "0.59.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Qovery"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-sADeiFzVSk4Y0ZHvSoBVbtGp/YWO8ioYzZ+FXO9A7Tg="; 17 + hash = "sha256-EPnuCmkJrjj9STO/FlDNYZmyqTAgTHvqxTxmQcgJLmQ="; 18 18 }; 19 19 20 - vendorHash = "sha256-Jwg+c+61kCytOkrwzJJCOjIGrv832G7n/kUDLGIJ5xA="; 20 + vendorHash = "sha256-nW1PZ/cg7rU3e729H9I4Mqi/Q9wbSFMvtl0Urv9Fl8E="; 21 21 22 22 nativeBuildInputs = [ installShellFiles ]; 23 23