Skip to content

Commit

Permalink
Merge pull request NixOS#328857 from r-ryantm/auto-update/atlantis
Browse files Browse the repository at this point in the history
atlantis: 0.28.3 -> 0.28.5
  • Loading branch information
NickCao authored Jul 21, 2024
2 parents d50cc08 + 4645602 commit 60e3119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/atlantis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "atlantis";
version = "0.28.3";
version = "0.28.5";

src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
hash = "sha256-azbzBHDDS705ocgUX/oNcmsnhNKJppQB1CRh60CCj58=";
hash = "sha256-oyECtP/YeEhvsltWZq52YNq+Gbbpko9bbbUTh5NA/9c=";
};
ldflags = [
"-X=main.version=${version}"
Expand Down

0 comments on commit 60e3119

Please sign in to comment.