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

atlantis: 0.19.8 -> 0.20.1

Changed files
+3 -3
pkgs
applications
networking
cluster
atlantis
+3 -3
pkgs/applications/networking/cluster/atlantis/default.nix
···
buildGoModule rec {
pname = "atlantis";
-
version = "0.19.8";
+
version = "0.20.1";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
-
sha256 = "sha256-o8lBpiR8gIo1kyOTkPOIuMnJbJsi619Zl0bAAFGYM4E=";
+
sha256 = "sha256-5zchElzEjrIgODRUvQTQwlBz5371iJU5VOpz12Xtbcg=";
};
-
vendorSha256 = "sha256-aEMRCvZBaY1uwZqKtMmZ4aiPdNmtANcnuE7eykBiTQg=";
+
vendorSha256 = "sha256-n2yzqNjmPDP+8/ipiuUt6BqFYF0Oh0Y0TCdKsqCcrIQ=";
subPackages = [ "." ];