17 src = fetchFromGitHub {
18 owner = "binwiederhier";
21 hash = "sha256-lSj4LfS4nBC1xtTE/ee2Nhx9TmlU+138miwC0nEfVRY=";
24 vendorHash = "sha256-V8LgbprUsr+8Ub4xeTPrE4Bp9qOP/R35/qPj0Udgod0=";
26 ui = buildNpmPackage {
29 npmDepsHash = "sha256-PCkRULHfC3ktShO+3wIQFLG24l5LBSB1niWcIrCT9Bo=";
36 mv build/index.html build/app.html
48 "-X main.version=${version}"
55 python3Packages.mkdocs-material
56 python3Packages.mkdocs-minify-plugin
60 sed -i 's# /bin/echo# echo#' Makefile
64 cp -r ${ui}/site/ server/
69 updateScript = ./update.sh;
70 tests.ntfy-sh = nixosTests.ntfy-sh;
74 description = "Send push notifications to your phone or desktop via PUT/POST";
75 homepage = "https://ntfy.sh";
76 license = licenses.asl20;
77 maintainers = with maintainers; [