atlantis: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm 2024-03-24 08:47:13 +00:00
parent 2a3616e0e0
commit 547747b7cd

View file

@ -2,20 +2,20 @@
buildGoModule rec { buildGoModule rec {
pname = "atlantis"; pname = "atlantis";
version = "0.27.1"; version = "0.27.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "runatlantis"; owner = "runatlantis";
repo = "atlantis"; repo = "atlantis";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qtfMkCI1vX9aKWFNAhqCrnc5mhE+4kh2pogzv4oRXnE="; hash = "sha256-OAIxBCfSDNauThC4/W//DmkzwwsNGZxdj3gDjSWmoNU=";
}; };
ldflags = [ ldflags = [
"-X=main.version=${version}" "-X=main.version=${version}"
"-X=main.date=1970-01-01T00:00:00Z" "-X=main.date=1970-01-01T00:00:00Z"
]; ];
vendorHash = "sha256-W3bX5fAxFvI1zQCx8ioNIc/yeDAXChpxNPYyaghnxxE="; vendorHash = "sha256-ppg8AFS16Wg/J9vkqhiokUNOY601kI+oFSDI8IDJTI4=";
subPackages = [ "." ]; subPackages = [ "." ];