Merge pull request #320333 from r-ryantm/auto-update/_64gram

_64gram: 1.1.27 -> 1.1.29
This commit is contained in:
Nick Cao 2024-06-17 16:29:49 -04:00 committed by GitHub
commit 50769a6417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.27";
version = "1.1.29";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-5Q2VxjiT1IpqCC9oXgHbKxcEfV/gPah0ovOpQ9TZJZs=";
hash = "sha256-OJiVmmDIsijK/IHGEdsCoAwvc9JlSth+76r9O1aJbd0=";
};
passthru.updateScript = nix-update-script {};