20 stdenv.mkDerivation rec {
21 pname = "notify-client";
24 src = fetchFromGitHub {
28 hash = "sha256-0p/XIGaawreGHbMRoHNmUEIxgwEgigtrubeJpndHsug=";
31 cargoDeps = rustPlatform.fetchCargoTarball {
33 name = "${pname}-${version}";
34 hash = "sha256-uZRAGnydPGwyzAyHIyY+UlT42m+GyEasM0cSa8Bp9Hs=";
41 rustPlatform.cargoSetupHook
58 description = "Ntfy client application to receive everyday's notifications";
59 homepage = "https://github.com/ranfdev/Notify";
60 license = licenses.gpl3Plus;
61 mainProgram = "notify";
62 maintainers = with maintainers; [ aleksana ];
63 platforms = platforms.linux;