summary refs log tree commit diff
path: root/pkgs/tools/text/ansifilter
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-04-02 22:35:46 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-04-02 22:35:46 +0100
commit57d6b68435666e56a6f81ec3fa2c2ffdea150f9c (patch)
tree9dfe30af9bf8b5ba868d49f28863f71548e86760 /pkgs/tools/text/ansifilter
parentf5c732d453547b645e9d050625debb75c3145093 (diff)
downloadnixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar.gz
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar.bz2
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar.lz
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar.xz
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.tar.zst
nixpkgs-57d6b68435666e56a6f81ec3fa2c2ffdea150f9c.zip
ansifilter: 2.18 -> 2.19
Changes: http://www.andre-simon.de/doku/ansifilter/en/changelog.php
Diffstat (limited to 'pkgs/tools/text/ansifilter')
-rw-r--r--pkgs/tools/text/ansifilter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ansifilter/default.nix b/pkgs/tools/text/ansifilter/default.nix
index 79aa4e2debc..641a9e71877 100644
--- a/pkgs/tools/text/ansifilter/default.nix
+++ b/pkgs/tools/text/ansifilter/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ansifilter";
-  version = "2.18";
+  version = "2.19";
 
   src = fetchurl {
     url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
-    sha256 = "sha256-Zs8BfTakPV9q4gYJzjtYZHSU7mwOQfxoLFmL/859fTk=";
+    hash = "sha256-+cJ7GIORShsdSWX0xJsr5QLiqfyd0/YRI6vq6YnDVLw=";
   };
 
   nativeBuildInputs = [ pkg-config ];