* Bittorrent 4.4.0.

svn path=/nixpkgs/trunk/; revision=4672
This commit is contained in:
Eelco Dolstra 2006-02-02 12:57:48 +00:00
parent ff501de086
commit e761659405

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, python, pygtk, makeWrapper}: {stdenv, fetchurl, python, pygtk, makeWrapper}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "bittorrent-4.2.1"; name = "bittorrent-4.4.0";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/BitTorrent-4.2.1.tar.gz; url = http://www.bittorrent.com/dl/BitTorrent-4.4.0.tar.gz;
md5 = "0deb2e083e95206a9e601ff6ca35b826"; md5 = "74d4b48202c28f0b27e989b6d5f5b214";
}; };
buildInputs = [python pygtk]; buildInputs = [python pygtk];
inherit python pygtk makeWrapper; inherit python pygtk makeWrapper;