mdcat: 2.0.4 -> 2.1.0

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