Skip to content

Commit

Permalink
qovery-cli: 1.2.5 -> 1.2.6 (#339444)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 4, 2024
2 parents 6552925 + b18142b commit 698716e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/qovery-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "qovery-cli";
version = "1.2.5";
version = "1.2.6";

src = fetchFromGitHub {
owner = "Qovery";
repo = "qovery-cli";
rev = "refs/tags/v${version}";
hash = "sha256-RoHQXlfdVJVumgr/Ruph0O79vSf162fwj8R+MrRnmXY=";
hash = "sha256-NxrhZmRbkQNj2K4b6Em4cAdssJRdwEKbdGy8EThN4JY=";
};

vendorHash = "sha256-z7O0IAXGCXV63WjaRG+7c7q/rlqkV12XWNLhsduvk6s=";
vendorHash = "sha256-GKW89qzyuvwCUvN0i+LgU36Vtr5XuvgXIxwnMlGSTFg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 698716e

Please sign in to comment.