atlantis: 0.15.0 -> 0.15.1

This commit is contained in:
R. RyanTM 2020-10-29 08:39:11 +00:00
parent 05f6de94cf
commit a3d3a1ec75

View File

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