Merge pull request #226364 from SuperSandro2000/mdcat

mdcat: 1.1.1 -> 2.0.0

authored by

figsoda and committed by
GitHub
9736cefa c84c3202

+3 -3
+3 -3
pkgs/tools/text/mdcat/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "mdcat"; 15 - version = "1.1.1"; 16 17 src = fetchFromGitHub { 18 owner = "lunaryorn"; 19 repo = "mdcat"; 20 rev = "mdcat-${version}"; 21 - sha256 = "sha256-E/ISQn+uTcay9JSZ1wVbb9WLv3BHV65CvbGSj99bqCs="; 22 }; 23 24 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 25 buildInputs = [ openssl ] 26 ++ lib.optional stdenv.isDarwin Security; 27 28 - cargoSha256 = "sha256-ym1xVnUw4DymPusSXSUG8+StOe8dmbJjoQJLgjBfP1c="; 29 30 nativeCheckInputs = [ ansi2html ]; 31 # Skip tests that use the network and that include files.
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "mdcat"; 15 + version = "2.0.0"; 16 17 src = fetchFromGitHub { 18 owner = "lunaryorn"; 19 repo = "mdcat"; 20 rev = "mdcat-${version}"; 21 + sha256 = "sha256-N5/Fr1LgTOgaV6AEBuL7K+Q/zuioU4NpmOqxUAYXgn4="; 22 }; 23 24 nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ]; 25 buildInputs = [ openssl ] 26 ++ lib.optional stdenv.isDarwin Security; 27 28 + cargoSha256 = "sha256-HBWudlY7HkyBz6bpKxkih4KNcC+OrTUKWAnJjb8IXF0="; 29 30 nativeCheckInputs = [ ansi2html ]; 31 # Skip tests that use the network and that include files.