atlantis: 0.27.3 -> 0.28.0

This commit is contained in:
R. Ryantm
2024-05-23 06:09:28 +00:00
parent 06b2dd21c0
commit cf7a6c10aa
@@ -2,20 +2,20 @@
buildGoModule rec {
pname = "atlantis";
version = "0.27.3";
version = "0.28.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
hash = "sha256-BC4WSyKnDM9RhM+2iU9dBZLbtxDM/UoMmIDTP6DB3no=";
hash = "sha256-ROve0R2k65CChu1nlkObvipxi66TA2XTTRmQ8qpJLO8=";
};
ldflags = [
"-X=main.version=${version}"
"-X=main.date=1970-01-01T00:00:00Z"
];
vendorHash = "sha256-6Di8XLX1rOjVnIA+5kQB59aZ3qRmkjciWD0+GD9Lpzw=";
vendorHash = "sha256-eYS7dO9BCnn9p1HgDOt4vliPYLsR0TaNwSpUoMO6eAk=";
subPackages = [ "." ];