File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
pkgs/by-name/fl/flood-for-transmission Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
78buildNpmPackage 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}
You can’t perform that action at this time.
0 commit comments