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

atlantis: 0.16.0 -> 0.16.1
This commit is contained in:
Ryan Mulligan 2021-02-14 09:32:11 -08:00 committed by GitHub
commit 02212c6622
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.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E=";
sha256 = "sha256-D549pInoK8ispgcn8LYdix19Hp7wO6w2/d2Y1L/9Px8=";
};
vendorSha256 = null;