_64gram: add nix-update-script

This commit is contained in:
Aditya 2024-04-10 17:56:33 +05:30
parent 85aed69b47
commit 5deb1d364e
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, telegram-desktop
, nix-update-script
}:
telegram-desktop.overrideAttrs (old: rec {
@ -17,6 +18,8 @@ telegram-desktop.overrideAttrs (old: rec {
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;