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

atlantis: 0.27.0 -> 0.27.1

authored by

Weijia Wang and committed by
GitHub
89163c38 07e0a523

+3 -3
+3 -3
pkgs/applications/networking/cluster/atlantis/default.nix
··· 2 3 buildGoModule rec { 4 pname = "atlantis"; 5 - version = "0.27.0"; 6 7 src = fetchFromGitHub { 8 owner = "runatlantis"; 9 repo = "atlantis"; 10 rev = "v${version}"; 11 - hash = "sha256-a+xrmEHkSh5kicxIIxnoXgF9ep2ay5kCXwMR2sAVJIA="; 12 }; 13 ldflags = [ 14 "-X=main.version=${version}" 15 "-X=main.date=1970-01-01T00:00:00Z" 16 ]; 17 18 - vendorHash = "sha256-ZbCNHARgliw9TMkHyS9k+cnWgbdCCJ+8nMdJMu66Uvo="; 19 20 subPackages = [ "." ]; 21
··· 2 3 buildGoModule rec { 4 pname = "atlantis"; 5 + version = "0.27.1"; 6 7 src = fetchFromGitHub { 8 owner = "runatlantis"; 9 repo = "atlantis"; 10 rev = "v${version}"; 11 + hash = "sha256-qtfMkCI1vX9aKWFNAhqCrnc5mhE+4kh2pogzv4oRXnE="; 12 }; 13 ldflags = [ 14 "-X=main.version=${version}" 15 "-X=main.date=1970-01-01T00:00:00Z" 16 ]; 17 18 + vendorHash = "sha256-W3bX5fAxFvI1zQCx8ioNIc/yeDAXChpxNPYyaghnxxE="; 19 20 subPackages = [ "." ]; 21