Merge pull request #155027 from techknowlogick/update-waypoint

This commit is contained in:
Martin Weinelt 2022-02-13 21:27:53 +01:00 committed by GitHub
commit 319c2ef91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,16 @@
buildGoModule rec {
pname = "waypoint";
version = "0.4.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JB/0nU/05Agh4fWFeSfrUHFtR8cQjxdXW0QHAoH0dDc=";
sha256 = "1vcwzksixc9n016gf8zavkdk7ba33zkmymclvjwb32pwsanvzdz7";
};
deleteVendor = true;
vendorSha256 = "sha256-2YrCRdpRk+gPHN8flahgWb2sbK5dYL5ivVqeJSsiy8Y=";
vendorSha256 = "1yl9lmqvw70a6z0c85vkzvdzyzqjizfa1rahfw8gb175fax1f0sz";
nativeBuildInputs = [ go-bindata installShellFiles ];
@ -77,7 +76,6 @@ buildGoModule rec {
through a consistent and repeatable workflow.
'';
license = licenses.mpl20;
maintainers = with maintainers; [ winpat jk ];
platforms = platforms.linux;
maintainers = with maintainers; [ winpat jk techknowlogick ];
};
}