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

mdcat: 0.24.2 -> 0.25.0

authored by Maximilian Bosch and committed by GitHub 7c21ccda 5df78b9e

+3 -3
+3 -3
pkgs/tools/text/mdcat/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "mdcat"; 15 - version = "0.24.2"; 16 17 src = fetchFromGitHub { 18 owner = "lunaryorn"; 19 repo = pname; 20 rev = "mdcat-${version}"; 21 - sha256 = "sha256-9XVKLe1Kyq5SpJFpXg/GD/V+uiieljk7UoDzJ1MZBlA="; 22 }; 23 24 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 25 buildInputs = [ openssl ] 26 ++ lib.optional stdenv.isDarwin Security; 27 28 - cargoSha256 = "sha256-cgX/jPmOU3o5gAwbneGeQLU2hIrGdrAvOaA/TOXSZgg="; 29 30 checkInputs = [ ansi2html ]; 31 # Skip tests that use the network and that include files.
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "mdcat"; 15 + version = "0.25.0"; 16 17 src = fetchFromGitHub { 18 owner = "lunaryorn"; 19 repo = pname; 20 rev = "mdcat-${version}"; 21 + sha256 = "sha256-wrtvVFOSqpNBWLRGPL+08WBS4ltQyZwRE3/dqqT6IXg="; 22 }; 23 24 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 25 buildInputs = [ openssl ] 26 ++ lib.optional stdenv.isDarwin Security; 27 28 + cargoSha256 = "sha256-9I6/lt5VXfZp2/W6EoXtagcNj2kfxB5ZT2GkWgsUyM8="; 29 30 checkInputs = [ ansi2html ]; 31 # Skip tests that use the network and that include files.