Commit 825cb4a9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

qovery-cli: 0.72.0 -> 0.73.0

Diff: Qovery/qovery-cli@refs/tags/v0.72.0...v0.73.0

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.73.0
parent 535734e7
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -8,18 +8,20 @@

buildGoModule rec {
  pname = "qovery-cli";
  version = "0.72.0";
  version = "0.73.0";

  src = fetchFromGitHub {
    owner = "Qovery";
    repo = pname;
    repo = "qovery-cli";
    rev = "refs/tags/v${version}";
    hash = "sha256-mb1GLhrU+/g0zX2CNkwlJKuLAVDxLWuU9EoYyxXQEWA=";
    hash = "sha256-Iu1ZgcjNDIYbgQMzt88vOyYKrKujMY196MV6O//Pg6E=";
  };

  vendorHash = "sha256-OexoLqlPBr1JSL63lP172YaGJ0GLlxxsJYdXIGhNqjs=";
  vendorHash = "sha256-QMuaM4u8y90WCbC/V6StPGK9uOm52LVQrLakgm3viP8=";

  nativeBuildInputs = [ installShellFiles ];
  nativeBuildInputs = [
    installShellFiles
  ];

  postInstall = ''
    installShellCompletion --cmd ${pname} \