_64gram: 1.1.39 -> 1.1.43 (#352085)

This commit is contained in:
Nick Cao 2024-10-29 15:13:58 -04:00 committed by GitHub
commit 92f63acda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.39";
version = "1.1.43";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@ -16,7 +16,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-+slLW177PhNvMb4ARY3X95eKVZiZTxJIPuSurTiGTls=";
hash = "sha256-vRiAIGY3CU5+hsdn8xiNbgvSM3eGRVwnvsSmSoaDN/k=";
};
patches = (old.patches or []) ++ [