about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-12 10:37:07 +0100
committerGitHub <noreply@github.com>2024-03-12 10:37:07 +0100
commitd7c968da6c83ec5df1242ac72973ed2e7f592cfe (patch)
tree142d01bfda3b066d3e2450076278dd16f08dddb4
parent8d9727c79c7c7cc91d8a49264ec2a7a578831c5e (diff)
parent188b69588f2d94fe31d3570caa31876c77021b3f (diff)
downloadnixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar.gz
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar.bz2
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar.lz
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar.xz
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.tar.zst
nixlib-d7c968da6c83ec5df1242ac72973ed2e7f592cfe.zip
Merge pull request #295075 from r-ryantm/auto-update/mdcat
-rw-r--r--pkgs/tools/text/mdcat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/mdcat/default.nix b/pkgs/tools/text/mdcat/default.nix
index 6fa512c39bf3..a928b74a1518 100644
--- a/pkgs/tools/text/mdcat/default.nix
+++ b/pkgs/tools/text/mdcat/default.nix
@@ -13,20 +13,20 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mdcat";
-  version = "2.1.1";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "swsnr";
     repo = "mdcat";
     rev = "mdcat-${version}";
-    hash = "sha256-2ThjIv77kdjHyOpGcQplYZXPdu+cN4oBnyHRGptN7f4=";
+    hash = "sha256-qdNORp9THxHWR95uVcYtCy59OQqdop1012thZN5i64w=";
   };
 
   nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
   buildInputs = [ openssl ]
     ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
 
-  cargoHash = "sha256-y828L8HHkFeem/76yizQWX7DpCGQP+HzJP+pQnxAn70=";
+  cargoHash = "sha256-/avxRvT35LxCBWkTYJDCtdd95VC67epZIPCMv994uBo=";
 
   nativeCheckInputs = [ ansi2html ];
   # Skip tests that use the network and that include files.