Merge pull request #303071 from clot27/update-64gram

_64gram: 1.1.16 -> 1.1.17
This commit is contained in:
Weijia Wang 2024-04-11 04:48:48 +02:00 committed by GitHub
commit 19331e6aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,12 @@
, stdenv
, fetchFromGitHub
, telegram-desktop
, nix-update-script
}:
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.16";
version = "1.1.17";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@ -14,9 +15,11 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-2IuNJleHtlkELcTHDwRT4pcDcDXSqM5YlLPGYiGT2TE=";
hash = "sha256-QWHC1NAAKpH9zU7cplCW2rNYckY87bpU7MEZ1ytSi58=";
};
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "An unofficial Telegram Desktop providing Windows 64bit build and extra features";
license = licenses.gpl3Only;