We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872ea76 commit 8b589e3Copy full SHA for 8b589e3
unwrapped.nix
@@ -139,16 +139,19 @@ stdenv.mkDerivation (finalAttrs: {
139
runHook postInstall
140
'';
141
142
- passthru = {
143
- inherit tg_owt;
144
- updateScript = nix-update-script { };
+ passthru.updateScript = gitUpdater {
+ rev-prefix = "v";
+ url = "https://github.com/AyuGram/AyuGramDesktop.git";
145
};
146
147
meta = with lib; {
148
mainProgram = "ayugram-desktop";
149
150
# inherit from AyuGramDesktop
151
- maintainers = with maintainers; [ ];
+ maintainers = with maintainers; [
152
+ kaeeraa
153
+ s0me1newithhand7s
154
+ ];
155
platforms = lib.platforms.linux;
156
description = "Desktop Telegram client with good customization and Ghost mode.";
157
license = licenses.gpl3Only;
0 commit comments