mdcat: 0.22.1 -> 0.22.2

This commit is contained in:
David Wood 2021-01-07 17:08:11 +00:00
parent cc8db6e19b
commit 70e7255831
No known key found for this signature in database
GPG key ID: 2592E76C87381FD9

View file

@ -11,19 +11,19 @@
rustPlatform.buildRustPackage rec {
pname = "mdcat";
version = "0.22.1";
version = "0.22.2";
src = fetchFromGitHub {
owner = "lunaryorn";
repo = pname;
rev = "mdcat-${version}";
hash = "sha256-4sM1xT/JQ+yM5tZkGwK7r0gUT5so9o1MnDJ7apZkRd4=";
hash = "sha256-i36MYTMkbSuWxxlWUDsyYMay/4Mg7M5jEFhHM60UrkM=";
};
nativeBuildInputs = [ pkgconfig asciidoctor installShellFiles ];
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;
cargoSha256 = "sha256-LoNm2/6/FgTKp95ETODY39D8Ou+9X+IXIy625YW9AFI=";
cargoSha256 = "sha256-mnDUIJhEGNoh3eq2Vhww1T/tpZh9RP+RxbRsBNrpOzw=";
checkInputs = [ ansi2html ];
# Skip tests that use the network and that include files.