Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tealdeer: 1.0.0 -> 1.1.0 (#48918)

and adapt description to changed upstream README.

authored by

Raphael Das Gupta and committed by
xeji
12a658ad e38b9031

+4 -4
+4 -4
pkgs/tools/misc/tealdeer/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 name = "tealdeer-${version}"; 5 - version = "1.0.0"; 5 + version = "1.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dbrgn"; 9 9 repo = "tealdeer"; 10 10 rev = "v${version}"; 11 - sha256 = "0mkcja9agkbj2i93hx01r77w66ca805v4wvivcnrqmzid001717v"; 11 + sha256 = "055pjxgiy31j69spq66w80ig469yi075dk8ad38z6rlvjmf74k71"; 12 12 }; 13 13 14 - cargoSha256 = "1qrvic7b6g3f3gjzx7x97ipp7ppa79c0aawn0lsav0c9xxzl44jq"; 14 + cargoSha256 = "1jxwz2b6p82byvfjx77ba265j6sjr7bjqi2yik8x2i7lrz8v8z1g"; 15 15 16 16 buildInputs = [ openssl cacert curl ]; 17 17 ··· 25 25 doCheck = false; 26 26 27 27 meta = with stdenv.lib; { 28 - description = "An implementation of tldr in Rust"; 28 + description = "A very fast implementation of tldr in Rust"; 29 29 homepage = "https://github.com/dbrgn/tealdeer"; 30 30 maintainers = with maintainers; [ davidak ]; 31 31 license = with licenses; [ asl20 mit ];