about summary refs log tree commit diff
path: root/pkgs/tools/text/ansifilter
diff options
context:
space:
mode:
authorMasanori Ogino <167209+omasanori@users.noreply.github.com>2020-10-14 01:34:16 +0900
committerMasanori Ogino <167209+omasanori@users.noreply.github.com>2020-10-14 01:34:16 +0900
commit5a18f69bf6467452edf3789e60304316e3b0ac4b (patch)
tree41217085cc41225290186f2eee65438a05041d1f /pkgs/tools/text/ansifilter
parent90321a7bb31f129ce6b0594fa5614c7a83c72528 (diff)
downloadnixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar.gz
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar.bz2
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar.lz
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar.xz
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.tar.zst
nixlib-5a18f69bf6467452edf3789e60304316e3b0ac4b.zip
ansifilter: 2.16 -> 2.17
`nix-shell -p nixpkgs-review --run "nixpkgs-review wip"` succeeded on
non-NixOS x86_64-linux.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
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 00c8c075ed67..8d79317ce344 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.16";
+  version = "2.17";
 
   src = fetchurl {
     url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
-    sha256 = "1wmszcykhaipxa7kxj4ml0lkmd5z7i9ryaachg9jpkhbaaijzkbz";
+    sha256 = "0by4rhy30l7jgxvq6mwf8p43s1472q96l3g7n2skq2lnkjrvx1ar";
   };
 
   nativeBuildInputs = [ pkgconfig ];