libtorrentRasterbar: update from 0.16.14 to 0.16.15
This commit is contained in:
parent
d380290640
commit
8121dc2aa6
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libtorrent-rasterbar-${version}";
|
name = "libtorrent-rasterbar-${version}";
|
||||||
version = "0.16.14";
|
version = "0.16.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.14.tar.gz;
|
url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.15.tar.gz;
|
||||||
sha256 = "0s4f36f28cgq55pgx4h99q18a0p566bhifxmqxjhlb63a1w20m2c";
|
sha256 = "0xcz4hphgkcdxcbmgzk27mxn7478hy417pn55zn5hnpllgndy3w2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
|
buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
|
||||||
|
|
Loading…
Reference in a new issue