Author: viric Date: 2010-07-07 21:11:07 +0000 (Wed, 07 Jul 2010) New Revision: 22518
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22518&view=rev Modified: nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix nixpkgs/trunk/pkgs/tools/networking/p2p/rtorrent/default.nix Log: Updating rtorrent and libtorrent Changes: Modified: nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix =================================================================== --- nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix 2010-07-07 20:19:48 UTC (rev 22517) +++ nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix 2010-07-07 21:11:07 UTC (rev 22518) @@ -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 ]; Modified: nixpkgs/trunk/pkgs/tools/networking/p2p/rtorrent/default.nix =================================================================== --- nixpkgs/trunk/pkgs/tools/networking/p2p/rtorrent/default.nix 2010-07-07 20:19:48 UTC (rev 22517) +++ nixpkgs/trunk/pkgs/tools/networking/p2p/rtorrent/default.nix 2010-07-07 21:11:07 UTC (rev 22518) @@ -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 ]; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
