Unverified Commit 59490278 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

atlantis: 0.27.3 -> 0.28.0
parents fdecb36e cf7a6c10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [ "." ];