Unverified Commit 4fce67d1 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #307192 from K900/flood-4.8.0

flood: unstable-2023-06-03 -> 4.8.0
parents b09196bc 2c3b5c4b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildNpmPackage rec {
  pname = "flood";
  version = "unstable-2023-06-03";
  version = "4.8.0";

  src = fetchFromGitHub {
    owner = "jesec";
    repo = pname;
    rev = "2b652f8148dab7134eeeb201b9d81dd6b8bda074";
    hash = "sha256-wI6URPGUZUbydSgNaHN2C5IA2x/HHjBWIRT6H6iZU/0=";
    rev = "v${version}";
    hash = "sha256-hth8tk2DHuBGNAXdjknbdQinuwWJ//QF0e23neeTExw=";
  };

  npmDepsHash = "sha256-XmDnvq+ni5TOf3UQFc4JvGI3LiGpjbrLAocRvrW8qgk=";
  npmDepsHash = "sha256-WlQ/u7yIbuFETsmbW7ddAOO7OVrNPOXR3ja3N0aFWRE=";

  meta = with lib; {
    description = "Modern web UI for various torrent clients with a Node.js backend and React frontend";