Merge pull request #279776 from siddharthdhakane/update-atlantis

atlantis: 0.22.3 -> 0.27.0
This commit is contained in:
Thiago Kenji Okada
2024-01-10 14:44:28 +00:00
committed by GitHub
@@ -2,16 +2,20 @@
buildGoModule rec {
pname = "atlantis";
version = "0.22.3";
version = "0.27.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "sha256-A/FT9t5Z+Iw1mVwS3d5Cc86A9e6jVbEtmEWroVUhhtw=";
hash = "sha256-a+xrmEHkSh5kicxIIxnoXgF9ep2ay5kCXwMR2sAVJIA=";
};
ldflags = [
"-X=main.version=${version}"
"-X=main.date=1970-01-01T00:00:00Z"
];
vendorHash = "sha256-KUkh5yx+v5g0N4yIpgpt3i+uCtOtR0Jvf2PFQcGWtm8=";
vendorHash = "sha256-ZbCNHARgliw9TMkHyS9k+cnWgbdCCJ+8nMdJMu66Uvo=";
subPackages = [ "." ];