aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/networking/p2p')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix2
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix4
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/magnetico/default.nix6
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/qbittorrent/default.nix4
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/soulseekqt/default.nix4
5 files changed, 10 insertions, 10 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
index 017f059ff6c3..d50f5a679316 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/freenet/default.nix
@@ -74,7 +74,7 @@ in stdenv.mkDerivation {
description = "Decentralised and censorship-resistant network";
homepage = "https://freenetproject.org/";
license = stdenv.lib.licenses.gpl2Plus;
- maintainers = [ stdenv.lib.maintainers.doublec ];
+ maintainers = [ ];
platforms = with stdenv.lib.platforms; linux;
};
}
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
index d38e9dc73365..364aeac550e6 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
@@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- version = "6.8.5";
+ version = "6.8.8";
pname = "frostwire";
src = fetchurl {
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
- sha256 = "1zdas93w1yqg9yx8wlk7pxpdmwvg4ykg54ai7iyq9ir1zha8fyif";
+ sha256 = "0zxk0nv7m1k4n8n82h1rkh239a58s7j643lgqbw3qx45bdy4sf4k";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/magnetico/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/magnetico/default.nix
index 44084daf9c08..124e3492c8cd 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/magnetico/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/magnetico/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "magnetico";
- version = "0.11.0";
+ version = "0.12.0";
src = fetchFromGitHub {
owner = "boramalper";
repo = "magnetico";
rev = "v${version}";
- sha256 = "1622xcl5v67lrnkjwbg7g5b5ikrawx7p91jxbj3ixc1za2f3a3fn";
+ sha256 = "1avqnfn4llmc9xmpsjfc9ivki0cfvd8sljfzd9yac94xcj581s83";
};
- vendorSha256 = "0g4m0jnpy0q64xnflphyc0lmhni0q9448h7grbbr7f1s9lpqsjml";
+ vendorSha256 = "087kikj6sjhjxqymnj7bpxawfmwckihi6mbmi39w0bn2040aflx5";
nativeBuildInputs = [ go-bindata ];
buildPhase = ''
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/qbittorrent/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 964752f3b85d..9b6a8bd707d5 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,13 +10,13 @@ with lib;
mkDerivation rec {
pname = "qbittorrent";
- version = "4.2.5";
+ version = "4.3.0.1";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qbittorrent";
rev = "release-${version}";
- sha256 = "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn";
+ sha256 = "068sf24mjvc2idimgpzvf7gjk8n9xrr3qqlqfx5j3j598ckm3yfp";
};
# NOTE: 2018-05-31: CMake is working but it is not officially supported
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/soulseekqt/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/soulseekqt/default.nix
index 2a8a06227133..0d2fc0fd833c 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/soulseekqt/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/p2p/soulseekqt/default.nix
@@ -23,7 +23,7 @@ mkDerivation rec {
dontBuild = true;
dontConfigure = true;
-
+
nativeBuildInputs = [ imagemagick autoPatchelfHook desktop-file-utils ];
buildInputs = [ qtmultimedia stdenv.cc.cc ];
@@ -53,7 +53,7 @@ mkDerivation rec {
description = "Official Qt SoulSeek client";
homepage = "https://www.slsknet.org";
license = licenses.unfree;
- maintainers = [ maintainers.genesis ];
+ maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}