3
0
Fork 0
forked from mirrors/nixpkgs

libtorrent-rasterbar: version bump

svn path=/nixpkgs/trunk/; revision=30397
This commit is contained in:
Evgeny Egorochkin 2011-11-12 17:56:26 +00:00
parent accdb3b19f
commit b92b8f3d78

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libtorrent-rasterbar-${version}";
version = "0.15.4";
version = "0.15.8";
src = fetchurl {
url = "http://libtorrent.googlecode.com/files/${name}.tar.gz";
sha256 = "1pjdn0as4h71bhm0fbjqsh1y10fbifn2hfrkhkgdsdqhz7vdbfwy";
sha256 = "0767i20igrfadscw3vdyadd4qidybwx9h898rkaq95zlwhaygpzm";
};
buildInputs = [ boost pkgconfig openssl zlib ];