Merge pull request #109725 from r-ryantm/auto-update/atlantis

atlantis: 0.15.1 -> 0.16.0
This commit is contained in:
Ryan Mulligan 2021-01-18 11:30:28 -08:00 committed by GitHub
commit 1a642c4c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlantis";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "0xxg48f28ac7x6kap6w1hgsimdc604ivkck4dx7p5p7xd3s7gld5";
sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E=";
};
vendorSha256 = null;