about summary refs log tree commit diff
path: root/pkgs/tools/text/mdcat
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-22 16:30:19 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-22 10:39:44 -0700
commitb09718f3852c83a0b7c974feb6c1db729d3b7079 (patch)
tree2e63063c5c799a7b6a68aac053d083eb65b6d12f /pkgs/tools/text/mdcat
parent54efed35dfea4a00e8d9e8375aa4184800e866be (diff)
downloadnixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar.gz
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar.bz2
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar.lz
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar.xz
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.tar.zst
nixlib-b09718f3852c83a0b7c974feb6c1db729d3b7079.zip
mdcat: 0.23.1 -> 0.23.2
Diffstat (limited to 'pkgs/tools/text/mdcat')
-rw-r--r--pkgs/tools/text/mdcat/default.nix15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/tools/text/mdcat/default.nix b/pkgs/tools/text/mdcat/default.nix
index 93f65f45d375..67f69ecc71d2 100644
--- a/pkgs/tools/text/mdcat/default.nix
+++ b/pkgs/tools/text/mdcat/default.nix
@@ -8,33 +8,24 @@
 , Security
 , ansi2html
 , installShellFiles
-, fetchpatch
 }:
 
 rustPlatform.buildRustPackage rec {
   pname = "mdcat";
-  version = "0.23.1";
+  version = "0.23.2";
 
   src = fetchFromGitHub {
     owner = "lunaryorn";
     repo = pname;
     rev = "mdcat-${version}";
-    sha256 = "sha256-aJ7rL+EKa5zWmCmekVuRmdeOwTmVo0IQ+GJ8Ga4iTI0=";
+    sha256 = "sha256-PM6bx7qzEx4He9aX4WRO7ad/f9+wzT+gPGXKwYwG8+A=";
   };
 
-  patches = [
-    # detect wezterm through TERM again which was removed in 0.23.1
-    (fetchpatch {
-      url = "https://github.com/lunaryorn/mdcat/commit/a897b223904748a47c277f7c9a07d59e7d5c916b.patch";
-      sha256 = "sha256-tSeNyrlqoGvlfQ3xMRkvqZ7HajMvPCIk7kyt/sVjmTo=";
-    })
-  ];
-
   nativeBuildInputs = [ pkg-config asciidoctor installShellFiles ];
   buildInputs = [ openssl ]
     ++ lib.optional stdenv.isDarwin Security;
 
-  cargoSha256 = "sha256-r0dJ/lDOfRzEdwySR/eEvsrO8qn4g7ZIfpekiirUp3Q=";
+  cargoSha256 = "sha256-GL9WGoyM1++QFAR+bzj0XkjaRaDCWcbcahles5amNpk=";
 
   checkInputs = [ ansi2html ];
   # Skip tests that use the network and that include files.