atlantis: 0.16.0 -> 0.16.1

+2 -2
+2 -2
pkgs/applications/networking/cluster/atlantis/default.nix
··· 2 3 buildGoModule rec { 4 pname = "atlantis"; 5 - version = "0.16.0"; 6 7 src = fetchFromGitHub { 8 owner = "runatlantis"; 9 repo = "atlantis"; 10 rev = "v${version}"; 11 - sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E="; 12 }; 13 14 vendorSha256 = null;
··· 2 3 buildGoModule rec { 4 pname = "atlantis"; 5 + version = "0.16.1"; 6 7 src = fetchFromGitHub { 8 owner = "runatlantis"; 9 repo = "atlantis"; 10 rev = "v${version}"; 11 + sha256 = "sha256-D549pInoK8ispgcn8LYdix19Hp7wO6w2/d2Y1L/9Px8="; 12 }; 13 14 vendorSha256 = null;