Loading pkgs/tools/text/mdcat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,20 +12,20 @@ rustPlatform.buildRustPackage rec { pname = "mdcat"; version = "1.1.1"; version = "2.0.0"; src = fetchFromGitHub { owner = "lunaryorn"; repo = "mdcat"; rev = "mdcat-${version}"; sha256 = "sha256-E/ISQn+uTcay9JSZ1wVbb9WLv3BHV65CvbGSj99bqCs="; sha256 = "sha256-N5/Fr1LgTOgaV6AEBuL7K+Q/zuioU4NpmOqxUAYXgn4="; }; nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; cargoSha256 = "sha256-ym1xVnUw4DymPusSXSUG8+StOe8dmbJjoQJLgjBfP1c="; cargoSha256 = "sha256-HBWudlY7HkyBz6bpKxkih4KNcC+OrTUKWAnJjb8IXF0="; nativeCheckInputs = [ ansi2html ]; # Skip tests that use the network and that include files. Loading Loading
pkgs/tools/text/mdcat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,20 +12,20 @@ rustPlatform.buildRustPackage rec { pname = "mdcat"; version = "1.1.1"; version = "2.0.0"; src = fetchFromGitHub { owner = "lunaryorn"; repo = "mdcat"; rev = "mdcat-${version}"; sha256 = "sha256-E/ISQn+uTcay9JSZ1wVbb9WLv3BHV65CvbGSj99bqCs="; sha256 = "sha256-N5/Fr1LgTOgaV6AEBuL7K+Q/zuioU4NpmOqxUAYXgn4="; }; nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; cargoSha256 = "sha256-ym1xVnUw4DymPusSXSUG8+StOe8dmbJjoQJLgjBfP1c="; cargoSha256 = "sha256-HBWudlY7HkyBz6bpKxkih4KNcC+OrTUKWAnJjb8IXF0="; nativeCheckInputs = [ ansi2html ]; # Skip tests that use the network and that include files. Loading