From 5b024276262701efbbdb121499f7aead31a23e68 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 27 Oct 2014 18:08:57 -0700 Subject: [PATCH] libtorrent-rasterbar: 0.16.0 -> 1.0.2 --- .../libraries/libtorrent-rasterbar/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix index becca407ce9..b7abd8bcab7 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix @@ -1,12 +1,11 @@ { stdenv, fetchurl, boost, openssl, pkgconfig, zlib, python, libiconvOrNull, geoip }: stdenv.mkDerivation rec { - name = "libtorrent-rasterbar-${version}"; - version = "0.16.16"; + name = "libtorrent-rasterbar-1.0.2"; src = fetchurl { - url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.16.tar.gz; - sha256 = "1a3yxwjs4qb0rwx6cfpvar0a8jmavb6ik580b27md08jhvq80if7"; + url = "mirror://sourceforge/libtorrent/${name}.tar.gz"; + sha256 = "1ph4cb6nrk2hiy89j3kz1wj16ph0b9yixrf4f4935rnzhha8x31w"; }; buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ]; @@ -17,6 +16,7 @@ stdenv.mkDerivation rec { "--enable-python-binding" "--with-libgeoip=system" "--with-libiconv=yes" + "--with-boost=${boost.lib}" ]; meta = with stdenv.lib; {