Skip to content

Commit

Permalink
atlantis: 0.28.5 -> 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Nov 20, 2024
1 parent 21fa3c9 commit 8de980f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/at/atlantis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

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

src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
hash = "sha256-oyECtP/YeEhvsltWZq52YNq+Gbbpko9bbbUTh5NA/9c=";
hash = "sha256-hM4IycRE3/jiwFLqkU/jz9sPP9KTfeu8ouIJlqgPxmk=";
};
ldflags = [
"-X=main.version=${version}"
"-X=main.date=1970-01-01T00:00:00Z"
];

vendorHash = "sha256-oiRpmGfuc37s3ZD8R7L9EFieqJP7mYvDsiJBzruCSkA=";
vendorHash = "sha256-uH+Q5NXBL1+LFa6tw3x2CE1B5QElqK9KuFeYQpCFAW0=";

subPackages = [ "." ];

Expand Down

0 comments on commit 8de980f

Please sign in to comment.