7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-QHVWiH6qkwQay0wffoyDUyVxgxzNp10ieYIsdqoEdCM=";
18 cargoHash = "sha256-HwE/ql8rJcGIINy+hNnpaTFEJqbmuUDrIvVI8kCpfQ8=";
21 test_client = rustPlatform.buildRustPackage {
22 pname = "${pname}-test_client";
25 buildAndTestSubdir = "test_client";
27 cargoHash = "sha256-KybnPzCM9mLF55s5eZ3qr5GRcaaYFpEdNklWEo/72Ts=";
30 mainProgram = "test_client";
35 (key: lib.const (lib.hasPrefix "with-postgresql-and-redis" key))
43 changelog = "https://github.com/nextcloud/notify_push/releases/tag/v${version}";
44 description = "Update notifications for nextcloud clients";
45 mainProgram = "notify_push";
46 homepage = "https://github.com/nextcloud/notify_push";
47 license = licenses.agpl3Plus;
48 platforms = platforms.linux;
49 maintainers = teams.helsinki-systems.members;