mktorrent: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:14:00 +03:00
parent 64d5bf475c
commit 8c8ac0fc8b

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, openssl}:
stdenv.mkDerivation {
name = "mktorrent-1.0.0";
name = "mktorrent-1.0";
src = fetchurl {
url = mirror://sourceforge/mktorrent/mktorrent-1.0.tar.gz;