11 src = fetchFromGitHub {
15 hash = "sha256-d2ko6ejSdGDeroWIELrCBQjYYSobWp4R4XC58eN50xs=";
18 vendorHash = "sha256-RmVDlboqwujTy8SVSwUu8mesSUmkNERi/sYQH7WAUUI=";
22 passthru.tests.nats = nixosTests.nats;
25 description = "High-Performance server for NATS";
26 mainProgram = "nats-server";
27 homepage = "https://nats.io/";
28 changelog = "https://github.com/nats-io/nats-server/releases/tag/v${version}";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ swdunlop derekcollison ];