Unverified Commit 9be6864c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265943 from fabaff/qovery-cli-bump

qovery-cli: 0.74.2 -> 0.74.3
parents ca2d537f 3245c318
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "qovery-cli";
  version = "0.74.2";
  version = "0.74.3";

  src = fetchFromGitHub {
    owner = "Qovery";
    repo = "qovery-cli";
    rev = "refs/tags/v${version}";
    hash = "sha256-9cC+T9jIRqD/omUUZrrRLu6FIo/oz8wCx9D76G94saE=";
    hash = "sha256-2FgNH8EVIi4ifkURp2Znh8cPpgsW3m9rJGa7bJr86ZI=";
  };

  vendorHash = "sha256-ilEG1relXYEFPR++oq35qcvnIcXkP4HRAjqxYr3U3XM=";