forked from mirrors/nixpkgs
Updating rtorrent and libtorrent
svn path=/nixpkgs/trunk/; revision=22518
This commit is contained in:
parent
40fb98d671
commit
26dc245fb2
|
@ -1,13 +1,13 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation ( rec {
|
||||
pname = "libtorrent";
|
||||
version = "0.12.5";
|
||||
version = "0.12.6";
|
||||
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libtorrent.rakshasa.no/downloads/${name}.tar.gz";
|
||||
sha256 = "1hcxc9aalkswb1v6ww8yf0a8dfc449g6cghndhbj0m9rzl6gfqz9";
|
||||
sha256 = "0abisz3jgfv4zmyzbsknzvz9hwakxxpdgfl33qk0aslnchqz60kv";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig openssl libsigcxx ];
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation ( rec {
|
||||
pname = "rtorrent";
|
||||
version = "0.8.5";
|
||||
version = "0.8.6";
|
||||
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libtorrent.rakshasa.no/downloads/${name}.tar.gz";
|
||||
sha256 = "0ra6k0avh85fx1rr6wldxy6ns5p0np4c5dc7wsjqycg9f8brkihf";
|
||||
sha256 = "1nrj1cgjhscf40zhp70m4p6gq96rqg815dn43yyjl5i42n7cd5lc";
|
||||
};
|
||||
|
||||
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl ];
|
||||
|
|
Loading…
Reference in a new issue