From dad3202472574e9fcf846d0c46434e288ab9fc70 Mon Sep 17 00:00:00 2001 From: Nixpkgs Monitor Date: Tue, 24 Dec 2013 22:20:50 +0200 Subject: [PATCH] libtorrentRasterbar: update from 0.16.12 to 0.16.13 --- pkgs/development/libraries/libtorrent-rasterbar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix index 7c3e7ed69a96..b4380c719867 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.12"; + version = "0.16.13"; src = fetchurl { url = "http://libtorrent.googlecode.com/files/${name}.tar.gz"; - sha256 = "0s2nxhz4d93xcl6hchmfgi8hq7aw8mrkgixh5an7fbk4shswpcg8"; + sha256 = "1sr788hhip6pgfb842110nl36hqdc1vz2s9n5vzypm0jy7qklmvm"; }; buildInputs = [ boost pkgconfig openssl zlib python ];