telegram-desktop: 6.7.5 -> 6.7.6, _64gram: 1.1.99 -> 1.2.0 (#510734)

This commit is contained in:
Nick Cao
2026-04-23 22:11:41 +00:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
@@ -33,13 +33,13 @@
stdenv.mkDerivation {
pname = "tg_owt";
version = "0-unstable-2026-03-09";
version = "0-unstable-2026-04-09";
src = fetchFromGitHub {
owner = "desktop-app";
repo = "tg_owt";
rev = "26068e29bfa8d74a9dc9c8f7f94172fafbc262b8";
hash = "sha256-/9uJMm54LC9ZeDwmursdyGeR81vBVTpjGdRUTOX0gV0=";
rev = "89df288dd6ba5b2ec95b3c5eaf1e7e0c3a870fc4";
hash = "sha256-wdO3AACCEN3IDYWt5a+f7zrcPFoqz+c7vLpo6LZk29w=";
fetchSubmodules = true;
};
@@ -45,14 +45,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "6.7.5";
version = "6.7.6";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-HsXNTZY/+Xz7pIT7durOd5T/u7jML0rVBOPb4pnIXow=";
hash = "sha256-TGI1SLtzjjDaodQc+JIVRRiwCy9PCO3MuPfv2DpDFxo=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -10,13 +10,13 @@ telegram-desktop.override {
inherit withWebkit;
unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec {
pname = "64gram-unwrapped";
version = "1.1.99";
version = "1.2.0";
src = fetchFromGitHub {
owner = "TDesktop-x64";
repo = "tdesktop";
tag = "v${version}";
hash = "sha256-p1mdNoTjftbAeoWJ+AKVPFr87BoxOLIT5fDzWY3VXMQ=";
hash = "sha256-Xhyk/rCb4EakU0Nc80U1QN3PyMqlLBtcYb+zGjllhDM=";
fetchSubmodules = true;
};