1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 02:51:18 +00:00

atlantis: 0.15.1 -> 0.16.0

This commit is contained in:
R. RyanTM 2021-01-18 10:14:42 +00:00
parent ef2abc20bc
commit e99ffd3543

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlantis";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "0xxg48f28ac7x6kap6w1hgsimdc604ivkck4dx7p5p7xd3s7gld5";
sha256 = "sha256-1sak6CaqFhiBIoaa7kERXLHsgn24oMgBlOJaQDuF61E=";
};
vendorSha256 = null;