Loading pkgs/tools/admin/qovery-cli/default.nix +10 −11 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , installShellFiles , qovery-cli , testers { lib, buildGoModule, fetchFromGitHub, installShellFiles, qovery-cli, testers, }: buildGoModule rec { pname = "qovery-cli"; version = "0.86.2"; version = "0.87.0"; src = fetchFromGitHub { owner = "Qovery"; repo = "qovery-cli"; rev = "refs/tags/v${version}"; hash = "sha256-AUrN5T6Z4T0WLsBwv/zXb9CSrwGCAV5nh+42MktRxvo="; hash = "sha256-JUyhVq3xMPV9s4OCfkKgCnSMjztYDPJgS4A+jJOZofE="; }; vendorHash = "sha256-Lwg3PFmSipaaYtu88c1qI/Ws50TQOqEu4mSuxcpx3zI="; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd ${pname} \ Loading Loading
pkgs/tools/admin/qovery-cli/default.nix +10 −11 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , installShellFiles , qovery-cli , testers { lib, buildGoModule, fetchFromGitHub, installShellFiles, qovery-cli, testers, }: buildGoModule rec { pname = "qovery-cli"; version = "0.86.2"; version = "0.87.0"; src = fetchFromGitHub { owner = "Qovery"; repo = "qovery-cli"; rev = "refs/tags/v${version}"; hash = "sha256-AUrN5T6Z4T0WLsBwv/zXb9CSrwGCAV5nh+42MktRxvo="; hash = "sha256-JUyhVq3xMPV9s4OCfkKgCnSMjztYDPJgS4A+jJOZofE="; }; vendorHash = "sha256-Lwg3PFmSipaaYtu88c1qI/Ws50TQOqEu4mSuxcpx3zI="; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd ${pname} \ Loading