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

atlantis: 0.27.3 -> 0.28.0
This commit is contained in:
Matthias Beyer
2024-05-26 14:26:48 +02:00
committed by GitHub
@@ -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 = [ "." ];