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

atlantis: 0.14.0 -> 0.15.0
This commit is contained in:
Ryan Mulligan 2020-08-22 06:25:50 -07:00 committed by GitHub
commit 44a6b52dc9
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.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "1g1bh1v3yd3dz80ckjrhspmsf78nw8hc907hh9jzbq62psqg4459";
sha256 = "0nb0dm4yn6f5pw7clgb2d1khcwcxiidqyc0sdh38wwqg0zyil0cz";
};
vendorSha256 = null;