Merge pull request #28061 from grantwwu/bump_libtorrentRasterbar_1.1.4

libtorrentRasterbar 1.1.1 -> 1.1.4
This commit is contained in:
Frederik Rietdijk 2017-08-11 19:13:44 +02:00 committed by GitHub
commit d8f08bb088
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "1.1.1";
sha256 = "1185ixlhhwpkqvwhnhrzgply03zq8mycj25m1am9aad8nshiaw3j";
version = "1.1.4";
sha256 = "1rrp4b7zfz0fnjvax2r9r5rrh6z1s4xqb9dx20gzr4gs8x5v5jws";
})

View file

@ -1,3 +1,5 @@
# NOTE: this is rakshava's version of libtorrent, used mainly by rtorrent
# This is NOT libtorrent-rasterbar, used by Deluge, qbitttorent, and others
{ stdenv, fetchFromGitHub, pkgconfig
, libtool, autoconf, automake, cppunit
, openssl, libsigcxx, zlib }: