Merge pull request #28061 from grantwwu/bump_libtorrentRasterbar_1.1.4
libtorrentRasterbar 1.1.1 -> 1.1.4
This commit is contained in:
commit
d8f08bb088
@ -1,6 +1,6 @@
|
|||||||
{ callPackage, ... } @ args:
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix (args // {
|
callPackage ./generic.nix (args // {
|
||||||
version = "1.1.1";
|
version = "1.1.4";
|
||||||
sha256 = "1185ixlhhwpkqvwhnhrzgply03zq8mycj25m1am9aad8nshiaw3j";
|
sha256 = "1rrp4b7zfz0fnjvax2r9r5rrh6z1s4xqb9dx20gzr4gs8x5v5jws";
|
||||||
})
|
})
|
||||||
|
@ -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
|
{ stdenv, fetchFromGitHub, pkgconfig
|
||||||
, libtool, autoconf, automake, cppunit
|
, libtool, autoconf, automake, cppunit
|
||||||
, openssl, libsigcxx, zlib }:
|
, openssl, libsigcxx, zlib }:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user