flood-for-transmission: 2023-11-17T12-46-13 -> 2024-01-24T16-52-06

This commit is contained in:
Alex James 2024-01-24 22:57:02 -06:00
parent 854f467188
commit 14c5c34992
No known key found for this signature in database
GPG Key ID: 4729B829AC5FCC72

View File

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "flood-for-transmission";
version = "2023-11-17T12-46-13";
version = "2024-01-24T16-52-06";
src = fetchFromGitHub {
owner = "johman10";
repo = pname;
rev = version;
hash = "sha256-TaLWhly/4hOigWY1XP7FmgN4LbrdLb79NQ47z5JiiYE=";
hash = "sha256-ZV/Gk9DlYkMh8j034YGvMVN7MeOJgFARyOr9Atrs3j4=";
};
npmDepsHash = "sha256-PCeknfS81K8ttU4hV2D841tgQsGfIVaAOVIEDXe8fVQ=";
npmDepsHash = "sha256-VHWM0vxFKucrmoJiwYpjw7QqhBQw9rPPQVIIevp6Wn0=";
npmInstallFlags = [ "--legacy-peer-deps" ];