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

mdcat: 2.0.4 -> 2.1.0

authored by Weijia Wang and committed by GitHub bbc10e4b a10c1225

+3 -3
+3 -3
pkgs/tools/text/mdcat/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "mdcat"; 16 - version = "2.0.4"; 16 + version = "2.1.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "swsnr"; 20 20 repo = "mdcat"; 21 21 rev = "mdcat-${version}"; 22 - hash = "sha256-QGGZv+wk0w01eL6vAsRRUw+CuTdI949sGOM8ot4dGIc="; 22 + hash = "sha256-b/iLjqNcCUGaGllSXA5eq04mz/I8cbz0pXJ/Dn+yDDo="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 26 26 buildInputs = [ openssl ] 27 27 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 28 28 29 - cargoHash = "sha256-VH9MmASMiD62rxDZSKmrW7N+qp0Fpm7Pcyhxpkpl/oM="; 29 + cargoHash = "sha256-RGpqTVafG7YzeUwTj8uU0PsqX2bq3BVg/ci9MVyeH80="; 30 30 31 31 nativeCheckInputs = [ ansi2html ]; 32 32 # Skip tests that use the network and that include files.