summary refs log tree commit diff
path: root/pkgs/tools/text/mdcat
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2021-01-07 17:08:11 +0000
committerDavid Wood <david@davidtw.co>2021-01-07 17:08:11 +0000
commit70e72558318b11a10152e112c743cf696d41e005 (patch)
tree99a305f5f8f46c9f9b32f3cb3bf2d1ac21ba03f4 /pkgs/tools/text/mdcat
parentcc8db6e19b876e0ee484d8e186fc689ce1e18f6b (diff)
downloadnixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar.gz
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar.bz2
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar.lz
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar.xz
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.tar.zst
nixpkgs-70e72558318b11a10152e112c743cf696d41e005.zip
mdcat: 0.22.1 -> 0.22.2
Diffstat (limited to 'pkgs/tools/text/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 c89d1526257..eb51ad6d260 100644
--- a/pkgs/tools/text/mdcat/default.nix
+++ b/pkgs/tools/text/mdcat/default.nix
@@ -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.