Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nats: update versions, rename gnatsd, add libnats #72206

Merged
merged 3 commits into from Oct 29, 2019

Conversation

thoughtpolice
Copy link
Member

Motivation for this change

This updates nats-server (previously known as gnatsd), nats-streaming-server, and adds the nats.c library as well.

Things done

@thoughtpolice
Copy link
Member Author

@GrahamcOfBorg eval

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.c";
rev = "refs/tags/v${version}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this work? fetchFromGitHub will use fetchzip if you didn't use fetchSubmodules, so this would make it fetch "https://github.com/nats-io/nats.c/archive/refs/tags/v${version}.tar.gz" not https://github.com/nats-io/nats.c/archive/v2.1.0.tar.gz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants