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

_64gram: 1.1.23 -> 1.1.24
This commit is contained in:
Nick Cao 2024-06-01 09:57:00 -04:00 committed by GitHub
commit aa497a7106
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.23";
version = "1.1.24";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-0/1qxz8MCDve8eazb9WT8t/UqWs/I1Mo9orhVXkxmqc=";
hash = "sha256-pAtV/uKWCh9sODCYXf6gM8B0i2o5OiVH7z2iLjIZKP0=";
};
passthru.updateScript = nix-update-script {};