atlantis: 0.16.0 -> 0.16.1

This commit is contained in:
R. RyanTM 2021-02-09 06:25:34 +00:00
parent 5464a2355a
commit 4173245c2e

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "atlantis"; pname = "atlantis";
version = "0.16.0"; version = "0.16.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "runatlantis"; owner = "runatlantis";
repo = "atlantis"; repo = "atlantis";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E="; sha256 = "sha256-D549pInoK8ispgcn8LYdix19Hp7wO6w2/d2Y1L/9Px8=";
}; };
vendorSha256 = null; vendorSha256 = null;