ayugram-desktop: 5.10.3 -> 5.11.1

Signed-off-by: kaeeraa <kaeeraa@nebula-nook.ru>
This commit is contained in:
kaeeraa
2025-03-01 23:44:43 +03:00
parent 0ead12d04d
commit e4331b5e6d
+5 -2
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
telegram-desktop,
withWebkit ? true,
}:
@@ -12,16 +13,18 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "ayugram-desktop-unwrapped";
version = "5.10.3";
version = "5.11.1";
src = fetchFromGitHub {
owner = "AyuGram";
repo = "AyuGramDesktop";
tag = "v${finalAttrs.version}";
hash = "sha256-ieHIBBm97ZZ+5EK4k3QTkhrazHnhiLNXpQoQFtzn8KY=";
hash = "sha256-AiMPbcEvbyhGd1V9mg95Q+mLrBH0DqTEFpC3D9ziCy8=";
fetchSubmodules = true;
};
passthru.updateScript = nix-update-script { };
meta = previousAttrs.meta // {
mainProgram = if stdenv.hostPlatform.isLinux then "ayugram-desktop" else "AyuGram";
description = "Desktop Telegram client with good customization and Ghost mode";