atlantis: 0.14.0 -> 0.15.0

This commit is contained in:
R. RyanTM 2020-08-22 00:21:38 +00:00
parent 914b9788fd
commit 573125efef

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "atlantis"; pname = "atlantis";
version = "0.14.0"; version = "0.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "runatlantis"; owner = "runatlantis";
repo = "atlantis"; repo = "atlantis";
rev = "v${version}"; rev = "v${version}";
sha256 = "1g1bh1v3yd3dz80ckjrhspmsf78nw8hc907hh9jzbq62psqg4459"; sha256 = "0nb0dm4yn6f5pw7clgb2d1khcwcxiidqyc0sdh38wwqg0zyil0cz";
}; };
vendorSha256 = null; vendorSha256 = null;