tealdeer: 1.6.1 -> 1.7.0; tealdeer: add mfrw as maintainer (#346105)

This commit is contained in:
h7x4 2024-10-04 12:59:31 +02:00 committed by GitHub
commit 32eefa3d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tealdeer"; pname = "tealdeer";
version = "1.6.1"; version = "1.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dbrgn"; owner = "dbrgn";
repo = "tealdeer"; repo = "tealdeer";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zQzYukhruVUVP1v76/5522ag7wjN9QoE9BtfMNYQ7UY="; hash = "sha256-7Wavhl5irQU9OV7+dslrIQEAcsaqJZ/jWmxaCyTBsEs=";
}; };
cargoHash = "sha256-VeJsCWU7sJy88uvGGjpuGRzsAgBRvzOYU1FwpImpiLk="; cargoHash = "sha256-WCbpwvCXm54/Cv+TscaqseWzTUd8V1DxmS30fUZZTwI=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security; buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Very fast implementation of tldr in Rust"; description = "Very fast implementation of tldr in Rust";
homepage = "https://github.com/dbrgn/tealdeer"; homepage = "https://github.com/dbrgn/tealdeer";
maintainers = with maintainers; [ davidak newam ]; maintainers = with maintainers; [ davidak newam mfrw ];
license = with licenses; [ asl20 mit ]; license = with licenses; [ asl20 mit ];
mainProgram = "tldr"; mainProgram = "tldr";
}; };