mdcat: 2.5.0 -> 2.6.1

This commit is contained in:
R. Ryantm 2024-11-13 18:20:45 +00:00
parent 8b4df30ab3
commit 1bf0b91f79

View File

@ -13,20 +13,20 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mdcat"; pname = "mdcat";
version = "2.5.0"; version = "2.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swsnr"; owner = "swsnr";
repo = "mdcat"; repo = "mdcat";
rev = "mdcat-${version}"; rev = "mdcat-${version}";
hash = "sha256-Y0tWhqRGrjex/yKWmRu4+hSRM9/vchsYyx26x/HBuRw="; hash = "sha256-iZenHdlYoHyX4CC2/qeNWBYxoeE35kx6xnYWfxcRZYg=";
}; };
nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
buildInputs = [ openssl ] buildInputs = [ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security SystemConfiguration ]; ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security SystemConfiguration ];
cargoHash = "sha256-f2YmrmRlQTCBTzG7DWJVldP/lOhl2iCnhnOLHx1QJDc="; cargoHash = "sha256-NnsChyW7lwnlv2MWSJTlFIBVVpvUsYIiilDnmfIBE+8=";
nativeCheckInputs = [ ansi2html ]; nativeCheckInputs = [ ansi2html ];
# Skip tests that use the network and that include files. # Skip tests that use the network and that include files.