Skip to content

Commit

Permalink
mdcat: 2.7.0 -> 2.7.1 (NixOS#368157)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 25, 2024
2 parents 7ffdc09 + 72f5c0b commit 1f5a376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/mdcat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

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

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

nativeBuildInputs = [
Expand All @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
SystemConfiguration
];

cargoHash = "sha256-GcJGO5WJpyVHqcoiQUN+oRybzllbGsiiq5Yjo6Q5rOw=";
cargoHash = "sha256-TvGGu9mSKT5y4b2JuoUUxsK8J7W/bMa9MOe1y0Idy7g=";

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

0 comments on commit 1f5a376

Please sign in to comment.