summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 16:27:46 -0700
committerRobin Gloster <mail@glob.in>2018-04-02 01:07:15 +0200
commiteccebc679ceb2a03ed80a2345d0c4d3f70341058 (patch)
tree2d4696ad56e32ff816677e4f8b23f6db8a1c36a5 /pkgs/tools/text
parente22adf301ba6d398bb1cd60b16e3eace66bd19a8 (diff)
downloadnixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar.gz
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar.bz2
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar.lz
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar.xz
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.tar.zst
nixpkgs-eccebc679ceb2a03ed80a2345d0c4d3f70341058.zip
ansifilter: 2.9 -> 2.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ansifilter/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -h` got 0 exit code
- ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter --help` got 0 exit code
- ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -V` and found version 2.10
- ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter -v` and found version 2.10
- ran `/nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10/bin/ansifilter --version` and found version 2.10
- found 2.10 with grep in /nix/store/wp22r5r6lyy9is1b6nb0vdhh8n7jfazc-ansifilter-2.10
- directory tree listing: https://gist.github.com/88abe21b0d96cd9fa48d2f4a459faa6b
Diffstat (limited to 'pkgs/tools/text')
-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 7b899e0399e..3e9511fefda 100644
--- a/pkgs/tools/text/ansifilter/default.nix
+++ b/pkgs/tools/text/ansifilter/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ansifilter-${version}";
-  version = "2.9";
+  version = "2.10";
 
   src = fetchurl {
     url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
-    sha256 = "0fmwb8w1bpfxjwddal6cnhgmip26xqgcanpz2vp8jasklkcc1i7r";
+    sha256 = "0gzfxfpic47cs2kqrbvaw166ji62c5nq5cjhh3ngpm2fkm1wzli3";
 
   };