Mario Rodas 2023-09-02 04:20:00 +00:00
parent 8bb32a398c
commit 31520426da

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-toml";
version = "2.0.9";
version = "2.1.0";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zix04tIP9nhvYx8N7uk2cUWjSpMjb0XiPDK3km82XzQ=";
sha256 = "sha256-BEkshlB1Zze4sVo5YDwpj6ENHFLHL4IFmOIYgrWz+gQ=";
};
vendorHash = "sha256-XOcCsb3zUChiYLTfOCbRQF71E2khzSt/ApFI8NAS13U=";
@ -20,6 +20,7 @@ buildGoModule rec {
meta = with lib; {
description = "Go library for the TOML language";
homepage = "https://github.com/pelletier/go-toml";
changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}";
maintainers = [ maintainers.marsam ];
license = licenses.mit;
};