7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-Kk9l9jowerxh5nsKQ5TOaijSJbs0DgJKaRl9tlAttzI=";
18 cargoHash = "sha256-wtmYWQOYy8JmbSxgrXkFtDe6KmJJIMVpcELQj06II4k=";
21 test_client = rustPlatform.buildRustPackage {
22 pname = "${pname}-test_client";
25 buildAndTestSubdir = "test_client";
27 cargoHash = "sha256-sPUlke8KI6sX2HneeoZh8RMG7aydC43c37V179ipukU=";
30 mainProgram = "test_client";
34 inherit (nixosTests.nextcloud)
35 with-postgresql-and-redis26
36 with-postgresql-and-redis27
37 with-postgresql-and-redis28;
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;