8f43c56755
Fixes build with new Boost. Also add corresponding patch to libtorrentRasterbar_1_0.
7 lines
160 B
Nix
7 lines
160 B
Nix
args@{ callPackage, ... }:
|
|
|
|
callPackage (import ./generic.nix {
|
|
version = "1.1.5";
|
|
sha256 = "1ifpcqw5mj2dwk23lhc2vpb47mg3j573v5z4zp8dkczpz7wg5jxq";
|
|
}) args
|