Skip to content

Commit

Permalink
mdcat: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 19, 2023
1 parent 0f3519b commit e955f24
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 @@ -12,20 +12,20 @@

rustPlatform.buildRustPackage rec {
pname = "mdcat";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "lunaryorn";
repo = "mdcat";
rev = "mdcat-${version}";
sha256 = "sha256-1TP91mZ5f3x2Q0Qv/p+aE+rvWEW3zVArcgELLNWi4JY=";
sha256 = "sha256-E/ISQn+uTcay9JSZ1wVbb9WLv3BHV65CvbGSj99bqCs=";
};

nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
buildInputs = [ openssl ]
++ lib.optional stdenv.isDarwin Security;

cargoSha256 = "sha256-aqOaU9K+dHwyqPqRnD+Gw2enmHF9eJAAHeP7sGBiWtg=";
cargoSha256 = "sha256-ym1xVnUw4DymPusSXSUG8+StOe8dmbJjoQJLgjBfP1c=";

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

0 comments on commit e955f24

Please sign in to comment.