Skip to content

Commit 77f4554

Browse files
authored
flood-for-transmission: 2024-05-18T08-04-58 → 2024-11-16T12-26-17 (#356559)
2 parents ec2c7c6 + 8cbb98b commit 77f4554

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# To use this package, use: `services.transmission.webHome = pkgs.flood-for-transmission;`
2-
{ lib
3-
, buildNpmPackage
4-
, fetchFromGitHub
2+
{
3+
lib,
4+
buildNpmPackage,
5+
fetchFromGitHub,
56
}:
67

78
buildNpmPackage rec {
89
pname = "flood-for-transmission";
9-
version = "2024-05-18T08-04-58";
10+
version = "2024-11-16T12-26-17";
1011

1112
src = fetchFromGitHub {
1213
owner = "johman10";
1314
repo = "flood-for-transmission";
14-
rev = version;
15-
hash = "sha256-/vD53tFvCBOU9i/EfogjNjCEp6BBkR6eEKWnPhCUdJk=";
15+
tag = version;
16+
hash = "sha256-OED2Ypi1V+wwnJ5KFVRbJAyh/oTYs90E6uhSnSwJwJU=";
1617
};
1718

18-
npmDepsHash = "sha256-BKr4Gm3bTFnxgv4HlPclr8+c6jDVPFFbGXvpk5t8/X4=";
19+
npmDepsHash = "sha256-J3gRzvSXXyoS0OoLrTSV1vBSupFqky0Jt99nyz+hy1k=";
20+
21+
strictDeps = true;
1922

2023
installPhase = ''
2124
runHook preInstall
@@ -28,8 +31,9 @@ buildNpmPackage rec {
2831
meta = with lib; {
2932
description = "Flood clone for Transmission";
3033
homepage = "https://github.com/johman10/flood-for-transmission";
31-
maintainers = with maintainers; [ al3xtjames ];
34+
downloadPage = "https://github.com/johman10/flood-for-transmission/releases";
3235
license = licenses.gpl3Only;
36+
maintainers = with maintainers; [ al3xtjames ];
3337
platforms = platforms.all;
3438
};
3539
}

0 commit comments

Comments
 (0)