libtorrent-rasterbar: 0.16.0 -> 1.0.2

+4 -4
+4 -4
pkgs/development/libraries/libtorrent-rasterbar/default.nix
··· 1 { stdenv, fetchurl, boost, openssl, pkgconfig, zlib, python, libiconvOrNull, geoip }: 2 3 stdenv.mkDerivation rec { 4 - name = "libtorrent-rasterbar-${version}"; 5 - version = "0.16.16"; 6 7 src = fetchurl { 8 - url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.16.tar.gz; 9 - sha256 = "1a3yxwjs4qb0rwx6cfpvar0a8jmavb6ik580b27md08jhvq80if7"; 10 }; 11 12 buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ]; ··· 17 "--enable-python-binding" 18 "--with-libgeoip=system" 19 "--with-libiconv=yes" 20 ]; 21 22 meta = with stdenv.lib; {
··· 1 { stdenv, fetchurl, boost, openssl, pkgconfig, zlib, python, libiconvOrNull, geoip }: 2 3 stdenv.mkDerivation rec { 4 + name = "libtorrent-rasterbar-1.0.2"; 5 6 src = fetchurl { 7 + url = "mirror://sourceforge/libtorrent/${name}.tar.gz"; 8 + sha256 = "1ph4cb6nrk2hiy89j3kz1wj16ph0b9yixrf4f4935rnzhha8x31w"; 9 }; 10 11 buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ]; ··· 16 "--enable-python-binding" 17 "--with-libgeoip=system" 18 "--with-libiconv=yes" 19 + "--with-boost=${boost.lib}" 20 ]; 21 22 meta = with stdenv.lib; {