Unverified Commit 60e31197 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

atlantis: 0.28.3 -> 0.28.5
parents d50cc080 4645602f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}"