1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-DAtp9ovl6cny0rom80aK+bGe9U/p6zmTQo1Z3MscCjg=";
14 vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI=";
17 "cmd/gotoml-test-decoder"
18 "cmd/gotoml-test-encoder"
22 ldflags = [ "-s" "-w" ];
25 description = "Go library for the TOML language";
26 homepage = "https://github.com/pelletier/go-toml";
27 changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}";
28 maintainers = [ maintainers.marsam ];
29 license = licenses.mit;