Loading pkgs/development/tools/go-toml/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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; }; Loading Loading
pkgs/development/tools/go-toml/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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; }; Loading