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

mdcat: 0.23.2 -> 0.24.1

authored by

figsoda and committed by
GitHub
c1db118a ed71268f

+3 -3
+3 -3
pkgs/tools/text/mdcat/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "mdcat"; 15 - version = "0.23.2"; 15 + version = "0.24.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "lunaryorn"; 19 19 repo = pname; 20 20 rev = "mdcat-${version}"; 21 - sha256 = "sha256-PM6bx7qzEx4He9aX4WRO7ad/f9+wzT+gPGXKwYwG8+A="; 21 + sha256 = "sha256-fAbiPzyPaHy0KQb/twCovjgqIRzib7JZslb9FdVlQEg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 25 25 buildInputs = [ openssl ] 26 26 ++ lib.optional stdenv.isDarwin Security; 27 27 28 - cargoSha256 = "sha256-GL9WGoyM1++QFAR+bzj0XkjaRaDCWcbcahles5amNpk="; 28 + cargoSha256 = "sha256-UgCFlzihBvZywDNir/92lub9R6yYPJSK8S4mlMk2sMk="; 29 29 30 30 checkInputs = [ ansi2html ]; 31 31 # Skip tests that use the network and that include files.