Commit 207166a6 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

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.
parent 2385e73c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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";