summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-02 18:08:58 +0100
committerGitHub <noreply@github.com>2023-11-02 18:08:58 +0100
commitbbc10e4be455fdad503b26aaca5b09c8203f2235 (patch)
tree3f3b9fd2044db2460ada8734d2fa6866752e88f8
parenta10c1225467f721dedbaaa260c006d6d15c8c40b (diff)
parentc80fa3b853ade0b92afae1bf23e1bed7bad4e010 (diff)
downloadnixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar.gz
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar.bz2
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar.lz
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar.xz
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.tar.zst
nixpkgs-bbc10e4be455fdad503b26aaca5b09c8203f2235.zip
Merge pull request #264518 from r-ryantm/auto-update/mdcat
mdcat: 2.0.4 -> 2.1.0
-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 86809e28487..fbab292263a 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.0.4";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "swsnr";
     repo = "mdcat";
     rev = "mdcat-${version}";
-    hash = "sha256-QGGZv+wk0w01eL6vAsRRUw+CuTdI949sGOM8ot4dGIc=";
+    hash = "sha256-b/iLjqNcCUGaGllSXA5eq04mz/I8cbz0pXJ/Dn+yDDo=";
   };
 
   nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
   buildInputs = [ openssl ]
     ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
 
-  cargoHash = "sha256-VH9MmASMiD62rxDZSKmrW7N+qp0Fpm7Pcyhxpkpl/oM=";
+  cargoHash = "sha256-RGpqTVafG7YzeUwTj8uU0PsqX2bq3BVg/ci9MVyeH80=";
 
   nativeCheckInputs = [ ansi2html ];
   # Skip tests that use the network and that include files.