eggdrop: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:08:54 +03:00
parent 297a561491
commit 4c952c64de
+1 -1
View File
@@ -1,7 +1,7 @@
{stdenv, fetchurl, tcl}:
stdenv.mkDerivation {
name = "eggdrop-1.6.19";
name = "eggdrop-1.6.19+ctcpfix";
src = fetchurl {
url = ftp://ftp.eggheads.org/pub/eggdrop/GNU/1.6/eggdrop1.6.19+ctcpfix.tar.gz;