ayugram-desktop: 5.16.3 -> 6.2.4; _64gram: 1.1.82 -> 1.1.84; telegram-desktop: 6.2.3 -> 6.3.0 (#459064)

This commit is contained in:
Nick Cao
2025-11-17 23:08:19 +00:00
committed by GitHub
3 changed files with 8 additions and 19 deletions
@@ -42,14 +42,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "6.2.3";
version = "6.3.0";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ojhZgzxNXUkJaXoERuOti4E2vaGLsEoQp3eSuYtvhrY=";
hash = "sha256-YExl9mn2aEL1WOqT2fuX/KxKAV28q0WKVG1AMvPANwA=";
};
nativeBuildInputs = [
+3 -4
View File
@@ -1,6 +1,5 @@
{
lib,
stdenv,
fetchFromGitHub,
telegram-desktop,
alsa-lib,
@@ -15,13 +14,13 @@ telegram-desktop.override {
inherit withWebkit;
unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec {
pname = "64gram-unwrapped";
version = "1.1.82";
version = "1.1.84";
src = fetchFromGitHub {
owner = "TDesktop-x64";
repo = "tdesktop";
tag = "v${version}";
hash = "sha256-Jul9gKhoazNMicdkZerzAPpsuO+MSvtqr6ZzaALTeJ0=";
hash = "sha256-CtDCrgKZpaTdR+Eh9H1uq7EmO0SFIgHKlW/zeeWBaCM=";
fetchSubmodules = true;
};
@@ -43,7 +42,7 @@ telegram-desktop.override {
homepage = "https://github.com/TDesktop-x64/tdesktop";
changelog = "https://github.com/TDesktop-x64/tdesktop/releases/tag/v${version}";
maintainers = with lib.maintainers; [ clot27 ];
mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram";
mainProgram = "Telegram";
};
});
}
+3 -13
View File
@@ -1,6 +1,5 @@
{
lib,
fetchpatch2,
fetchFromGitHub,
nix-update-script,
telegram-desktop,
@@ -13,25 +12,16 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "ayugram-desktop-unwrapped";
version = "5.16.3";
version = "6.2.4";
src = fetchFromGitHub {
owner = "AyuGram";
repo = "AyuGramDesktop";
rev = "aafdac6da465e6498e39e1b55566fc8fe2402843";
hash = "sha256-GNFkGw/CxtbeoEMBjExNudBcKFwlfXee5VVnXa4wGko=";
tag = "v${finalAttrs.version}";
hash = "sha256-bFGk8lqPlNlaxbrulYe0+8ayj33frctruce3/TZ+W2c=";
fetchSubmodules = true;
};
# fix build failure with Qt 6.10
patches = fetchpatch2 {
name = "fix-build-with-qt-610.patch";
url = "https://github.com/desktop-app/cmake_helpers/commit/682f1b57.patch";
hash = "sha256-DHwgxAEFc1byQkVvrPwyctQKvUsK/KQ/cnzRv6PQuTM=";
stripLen = 1;
extraPrefix = "cmake/";
};
passthru.updateScript = nix-update-script { };
meta = previousAttrs.meta // {