tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mdcat: 2.0.4 -> 2.1.0
R. Ryantm
2 years ago
c80fa3b8
4f36fbeb
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
mdcat
default.nix
+3
-3
pkgs/tools/text/mdcat/default.nix
···
13
13
14
14
rustPlatform.buildRustPackage rec {
15
15
pname = "mdcat";
16
16
-
version = "2.0.4";
16
16
+
version = "2.1.0";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "swsnr";
20
20
repo = "mdcat";
21
21
rev = "mdcat-${version}";
22
22
-
hash = "sha256-QGGZv+wk0w01eL6vAsRRUw+CuTdI949sGOM8ot4dGIc=";
22
22
+
hash = "sha256-b/iLjqNcCUGaGllSXA5eq04mz/I8cbz0pXJ/Dn+yDDo=";
23
23
};
24
24
25
25
nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
26
26
buildInputs = [ openssl ]
27
27
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
28
28
29
29
-
cargoHash = "sha256-VH9MmASMiD62rxDZSKmrW7N+qp0Fpm7Pcyhxpkpl/oM=";
29
29
+
cargoHash = "sha256-RGpqTVafG7YzeUwTj8uU0PsqX2bq3BVg/ci9MVyeH80=";
30
30
31
31
nativeCheckInputs = [ ansi2html ];
32
32
# Skip tests that use the network and that include files.