1 { lib, buildGoModule, fetchFromGitHub }:
2 import ./versions.nix ({version, sha256}:
6 vendorHash = "sha256-ZuDobjC/nizZ7G0o/zVTQmDfDjcdBhfPcmkhgwFc7VU=";
8 src = fetchFromGitHub {
14 inherit (buildGoModule.go) GOOS GOARCH;
17 description = "provides a simple CRUD interface for dealing with per-dataset markers on honeycomb.io";
18 homepage = "https://honeycomb.io/";
19 license = licenses.asl20;
20 maintainers = [ maintainers.iand675 ];