about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-07-26 22:47:00 +0100
committerThiago Kenji Okada <thiagokokada@gmail.com>2023-08-04 11:03:39 +0100
commit207166a65d5af1dccae4b9b60c0195ab2d06d729 (patch)
tree05ccd729b943b547a3711e33b8b8d6aa439665f7 /pkgs/applications/networking/p2p
parent2385e73cca73dbf0f853080e959834526aef7a8a (diff)
flood: 4.7.0 -> unstable-2023-06-03
Bumping to current development version to fix some deprecation warns in
Node and also issues with newer versions of qBittorrent.
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/flood/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/applications/networking/p2p/flood/default.nix b/pkgs/applications/networking/p2p/flood/default.nix
index f4b8a7636014f..3f577289502aa 100644
--- a/pkgs/applications/networking/p2p/flood/default.nix
+++ b/pkgs/applications/networking/p2p/flood/default.nix
@@ -5,18 +5,16 @@
 
 buildNpmPackage rec {
   pname = "flood";
-  version = "4.7.0";
+  version = "unstable-2023-06-03";
 
   src = fetchFromGitHub {
     owner = "jesec";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-BR+ZGkBBfd0dSQqAvujsbgsEPFYw/ThrylxUbOksYxM=";
+    rev = "2b652f8148dab7134eeeb201b9d81dd6b8bda074";
+    hash = "sha256-wI6URPGUZUbydSgNaHN2C5IA2x/HHjBWIRT6H6iZU/0=";
   };
 
-  npmDepsHash = "sha256-tuEfyePwlOy2/mOPdXbqJskO6IowvAP4DWg8xSZwbJw=";
-
-  NODE_OPTIONS = "--openssl-legacy-provider";
+  npmDepsHash = "sha256-XmDnvq+ni5TOf3UQFc4JvGI3LiGpjbrLAocRvrW8qgk=";
 
   meta = with lib; {
     description = "Modern web UI for various torrent clients with a Node.js backend and React frontend";