ansifilter: 2.18 -> 2.19
Changes: http://www.andre-simon.de/doku/ansifilter/en/changelog.php
This commit is contained in:
parent
f5c732d453
commit
57d6b68435
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ansifilter";
|
pname = "ansifilter";
|
||||||
version = "2.18";
|
version = "2.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
|
url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
|
||||||
sha256 = "sha256-Zs8BfTakPV9q4gYJzjtYZHSU7mwOQfxoLFmL/859fTk=";
|
hash = "sha256-+cJ7GIORShsdSWX0xJsr5QLiqfyd0/YRI6vq6YnDVLw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue