Merge pull request #281327 from r-ryantm/auto-update/mdcat

mdcat: 2.1.0 -> 2.1.1

authored by Sandro and committed by GitHub dde89aa5 1a67122c

+4 -3
+4 -3
pkgs/tools/text/mdcat/default.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "mdcat"; 16 - version = "2.1.0"; 17 18 src = fetchFromGitHub { 19 owner = "swsnr"; 20 repo = "mdcat"; 21 rev = "mdcat-${version}"; 22 - hash = "sha256-b/iLjqNcCUGaGllSXA5eq04mz/I8cbz0pXJ/Dn+yDDo="; 23 }; 24 25 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 26 buildInputs = [ openssl ] 27 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 28 29 - cargoHash = "sha256-RGpqTVafG7YzeUwTj8uU0PsqX2bq3BVg/ci9MVyeH80="; 30 31 nativeCheckInputs = [ ansi2html ]; 32 # Skip tests that use the network and that include files. ··· 56 meta = with lib; { 57 description = "cat for markdown"; 58 homepage = "https://github.com/swsnr/mdcat"; 59 license = with licenses; [ mpl20 ]; 60 maintainers = with maintainers; [ SuperSandro2000 ]; 61 };
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "mdcat"; 16 + version = "2.1.1"; 17 18 src = fetchFromGitHub { 19 owner = "swsnr"; 20 repo = "mdcat"; 21 rev = "mdcat-${version}"; 22 + hash = "sha256-2ThjIv77kdjHyOpGcQplYZXPdu+cN4oBnyHRGptN7f4="; 23 }; 24 25 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 26 buildInputs = [ openssl ] 27 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 28 29 + cargoHash = "sha256-y828L8HHkFeem/76yizQWX7DpCGQP+HzJP+pQnxAn70="; 30 31 nativeCheckInputs = [ ansi2html ]; 32 # Skip tests that use the network and that include files. ··· 56 meta = with lib; { 57 description = "cat for markdown"; 58 homepage = "https://github.com/swsnr/mdcat"; 59 + changelog = "https://github.com/swsnr/mdcat/releases/tag/mdcat-${version}"; 60 license = with licenses; [ mpl20 ]; 61 maintainers = with maintainers; [ SuperSandro2000 ]; 62 };