atlantis: 0.16.1 -> 0.19.2

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
main
Bryan A. S 2 years ago
parent 1eda2b96de
commit 5fd49e35cc
  1. 13
      pkgs/applications/networking/cluster/atlantis/default.nix

@ -2,21 +2,24 @@
buildGoModule rec {
pname = "atlantis";
version = "0.16.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "sha256-D549pInoK8ispgcn8LYdix19Hp7wO6w2/d2Y1L/9Px8=";
sha256 = "sha256-cd2dhrqJl/VRhOYB1g9OpOnPV92EQm8f3rRGZGVN+IY=";
};
vendorSha256 = null;
doCheck = false;
vendorSha256 = "sha256-ux+Hw/TjeiY9VYhIQxaltZGk5CkxAab8R7kAsTaMUGc=";
subPackages = [ "." ];
doInstallCheck = true;
installCheckPhase = ''
$out/bin/atlantis version | grep ${version} > /dev/null
'';
meta = with lib; {
homepage = "https://github.com/runatlantis/atlantis";
description = "Terraform Pull Request Automation";

Loading…
Cancel
Save