libtorrent: update from 0.13.2 to 0.13.3

This commit is contained in:
Nixpkgs Monitor 2013-12-09 11:18:17 +02:00 committed by Evgeny Egorochkin
parent 3da956c7ca
commit d4a1ab3bc3

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, openssl, libsigcxx }:
let
version = "0.13.2";
version = "0.13.3";
in
stdenv.mkDerivation {
name = "libtorrent-${version}";
src = fetchurl {
url = "http://libtorrent.rakshasa.no/downloads/libtorrent-${version}.tar.gz";
sha256 = "ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f";
sha256 = "0xsnyd1hnfvfq67y5s0ddhj2lhxmfms4djblaa0d1y5phdkpsc9l";
};
buildInputs = [ pkgconfig openssl libsigcxx ];