atlantis: 0.12.0 -> 0.13.0

This commit is contained in:
R. RyanTM 2020-06-06 01:28:22 +00:00
parent 5f0bd4d70f
commit 65a554b8e6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlantis";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "16zz4xwpqipdmszbz93xxw31hbh7s8pfa9dm64ybyni7wc4lvdy6";
sha256 = "1ymixbix9sxhzmixqm9yjm9181aqnwnllqnswr0fq0nljw4018dn";
};
vendorSha256 = null;