Skip to content

Commit

Permalink
mdcat: 2.6.1 -> 2.7.0 (#358801)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 25, 2024
2 parents 86d22fd + 6626e36 commit 0e107c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/tools/text/mdcat/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, curl
, stdenv
, fetchFromGitHub
, rustPlatform
Expand All @@ -13,20 +14,20 @@

rustPlatform.buildRustPackage rec {
pname = "mdcat";
version = "2.6.1";
version = "2.7.0";

src = fetchFromGitHub {
owner = "swsnr";
repo = "mdcat";
rev = "mdcat-${version}";
hash = "sha256-iZenHdlYoHyX4CC2/qeNWBYxoeE35kx6xnYWfxcRZYg=";
hash = "sha256-gZwTvtZ5au8i0bZIMJa/mLWZRSGbik9nHlNEHMkqpa0=";
};

nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
buildInputs = [ openssl ]
buildInputs = [ curl openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security SystemConfiguration ];

cargoHash = "sha256-NnsChyW7lwnlv2MWSJTlFIBVVpvUsYIiilDnmfIBE+8=";
cargoHash = "sha256-GcJGO5WJpyVHqcoiQUN+oRybzllbGsiiq5Yjo6Q5rOw=";

nativeCheckInputs = [ ansi2html ];
# Skip tests that use the network and that include files.
Expand Down

0 comments on commit 0e107c1

Please sign in to comment.