1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-L8vpaqt9yCIP3TLPSNUrOC6hXc71mzl4lqiaoNS6zls=";
16 # connection tests create a config file in user home directory
18 export HOME="$(mktemp -d)"
21 subPackages = [ "." ];
26 "-X github.com/streamdal/plumber/options.VERSION=${version}"
30 description = "CLI devtool for interacting with data in message systems like Kafka, RabbitMQ, GCP PubSub and more";
31 mainProgram = "plumber";
32 homepage = "https://github.com/streamdal/plumber";
33 license = licenses.mit;
34 maintainers = with maintainers; [ svrana ];