Skip to content

Commit

Permalink
atlantis: 0.28.3 -> 0.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 21, 2024
1 parent cef77e1 commit 4645602
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 4645602

Please sign in to comment.