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

atlantis: 0.28.0 -> 0.28.1
This commit is contained in:
Nick Cao 2024-05-29 11:44:24 -04:00 committed by GitHub
commit aaf984bcde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlantis";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
hash = "sha256-ROve0R2k65CChu1nlkObvipxi66TA2XTTRmQ8qpJLO8=";
hash = "sha256-c9+LPQVgS/nM/SADwTzULEvuB3dAjyAR2VVPQAEHBy0=";
};
ldflags = [
"-X=main.version=${version}"