13 src = fetchFromGitHub {
17 sha256 = "sha256-+l89SvJ/4SxVItys1ROLOv2hZ5euU1MF21Yn0siQHUM=";
20 vendorHash = "sha256-YkOcpzn5AKFMDWUYbKY8DzGMiIMSyaDfexFmXv5HNQI=";
23 "cmd/gotoml-test-decoder"
24 "cmd/gotoml-test-encoder"
28 # allowGoReference adds the flag `-trimpath` which is also denoted by, go-toml's goreleaser config
29 # <https://github.com/pelletier/go-toml/blob/a3d5a0bb530b5206c728eed9cb57323061922bcb/.goreleaser.yaml#L13>
30 allowGoReference = true;
35 "-X main.version=${version}"
39 description = "Go library for the TOML language";
40 homepage = "https://github.com/pelletier/go-toml";
41 changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}";
42 maintainers = [ lib.maintainers.isabelroses ];
43 license = lib.licenses.mit;