libtorrentRasterbar: 1.0.9 -> 1.1
This commit is contained in:
parent
85d0570d14
commit
0236661ceb
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // {
|
||||
version = "1.0.9";
|
||||
sha256 = "1kfydlvmx4pgi5lpbhqr4p3jr78p3f61ic32046mkp4yfyydrspl";
|
||||
version = "1.1";
|
||||
sha256 = "06dzzr9g2qhy48yy50xgac9jadjmqjykl52fq2kfl2l7xxzykkkz";
|
||||
})
|
||||
|
@ -9,7 +9,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libtorrent-rasterbar-${version}";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/arvidn/libtorrent/archive/libtorrent-${formattedVersion}.tar.gz";
|
||||
inherit sha256;
|
||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.rasterbar.com/products/libtorrent/;
|
||||
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
|
||||
|
Loading…
x
Reference in New Issue
Block a user