From 36765069a530c2e53170d0c183287395aa56ad53 Mon Sep 17 00:00:00 2001 From: Vladyslav M Date: Thu, 2 Aug 2018 10:36:33 +0300 Subject: libtorrentRasterbar: 1.1.7 -> 1.1.9 (#44335) --- .../libraries/libtorrent-rasterbar/default.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'pkgs/development/libraries/libtorrent-rasterbar') diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix index 1cc426138598e..39860414791cc 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix @@ -2,7 +2,7 @@ , boost, openssl, libtool, python, libiconv, geoip }: let - version = "1.1.7"; + version = "1.1.9"; formattedVersion = lib.replaceChars ["."] ["_"] version; boostPython = boost.override { enablePython = true; }; @@ -14,20 +14,9 @@ in stdenv.mkDerivation { owner = "arvidn"; repo = "libtorrent"; rev = "libtorrent-${formattedVersion}"; - sha256 = "073nb7yca5jg1i8z5h76qrmddl2hdy8fc1pnchkg574087an31r3"; + sha256 = "04w3pjzd6q9wplj1dcphylxn1i2b2x0iw1l0ma58ymh14swdah7a"; }; - patches = [ - (fetchpatch { - url = "https://github.com/arvidn/libtorrent/commit/64d6b4900448097b0157abb328621dd211e2947d.patch"; - sha256 = "1bdv0icqzbg1il60sckcly4y22lkdbkkwdjadwdzxv7cdj586bzd"; - }) - (fetchpatch { - url = "https://github.com/arvidn/libtorrent/commit/9cd0ae67e74a507c1b9ff9c057ee97dda38ccb81.patch"; - sha256 = "1cscqpc6fq9iwspww930dsxf0yb01bgrghzf5hdhl09a87r6q2zg"; - }) - ]; - enableParallelBuilding = true; nativeBuildInputs = [ automake autoconf libtool pkgconfig ]; buildInputs = [ boostPython openssl zlib python libiconv geoip ]; -- cgit 1.4.1