From 8121dc2aa6431662e043b885d9a48abf3067ca52 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Thu, 27 Feb 2014 18:37:44 +0200 Subject: [PATCH] libtorrentRasterbar: update from 0.16.14 to 0.16.15 --- pkgs/development/libraries/libtorrent-rasterbar/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix index 6e8567d2c46..9c4d3bfd2dd 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { name = "libtorrent-rasterbar-${version}"; - version = "0.16.14"; + version = "0.16.15"; src = fetchurl { - url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.14.tar.gz; - sha256 = "0s4f36f28cgq55pgx4h99q18a0p566bhifxmqxjhlb63a1w20m2c"; + url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.15.tar.gz; + sha256 = "0xcz4hphgkcdxcbmgzk27mxn7478hy417pn55zn5hnpllgndy3w2"; }; buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];