ansifilter: 2.18 -> 2.19

Changes: http://www.andre-simon.de/doku/ansifilter/en/changelog.php
This commit is contained in:
Sergei Trofimovich 2023-04-02 22:35:46 +01:00
parent f5c732d453
commit 57d6b68435

View file

@ -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 ];