libtorrentRasterbar: update from 0.16.8 to 0.16.12

This commit is contained in:
Nixpkgs Monitor 2013-12-04 03:35:41 +02:00 committed by Evgeny Egorochkin
parent 9a67a50210
commit 135920b2eb

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libtorrent-rasterbar-${version}";
version = "0.16.8";
version = "0.16.12";
src = fetchurl {
url = "http://libtorrent.googlecode.com/files/${name}.tar.gz";
sha256 = "01jxhyndqkc0qag22s5w0vs63hlp4rr4bca8k7fj37gky7w119c0";
sha256 = "0s2nxhz4d93xcl6hchmfgi8hq7aw8mrkgixh5an7fbk4shswpcg8";
};
buildInputs = [ boost pkgconfig openssl zlib python ];