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

atlantis: 0.15.0 -> 0.15.1
This commit is contained in:
Mario Rodas 2020-10-29 06:42:13 -05:00 committed by GitHub
commit 404b583e2d
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.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "0nb0dm4yn6f5pw7clgb2d1khcwcxiidqyc0sdh38wwqg0zyil0cz";
sha256 = "0xxg48f28ac7x6kap6w1hgsimdc604ivkck4dx7p5p7xd3s7gld5";
};
vendorSha256 = null;