_64gram: 1.1.52 -> 1.1.58

This commit is contained in:
lyranico
2025-02-01 08:12:37 +08:00
parent 5f3a0589db
commit 05bce2aad5
+2 -2
View File
@@ -11,13 +11,13 @@ telegram-desktop.override {
inherit withWebkit;
unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec {
pname = "64gram-unwrapped";
version = "1.1.52";
version = "1.1.58";
src = fetchFromGitHub {
owner = "TDesktop-x64";
repo = "tdesktop";
tag = "v${version}";
hash = "sha256-YQa+3cGg6fd7nx/2mwdMs6gjCmYI5bAR+RfSEf3066M=";
hash = "sha256-RHybrvm5p8BUt5StT/NuR76f2y1CCICirTMjdeRLtkY=";
fetchSubmodules = true;
};