_64gram: add nix-update-script

This commit is contained in:
Aditya 2024-04-10 17:56:33 +05:30
parent 85aed69b47
commit 5deb1d364e

View File

@ -2,6 +2,7 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, telegram-desktop , telegram-desktop
, nix-update-script
}: }:
telegram-desktop.overrideAttrs (old: rec { telegram-desktop.overrideAttrs (old: rec {
@ -17,6 +18,8 @@ telegram-desktop.overrideAttrs (old: rec {
hash = "sha256-QWHC1NAAKpH9zU7cplCW2rNYckY87bpU7MEZ1ytSi58="; hash = "sha256-QWHC1NAAKpH9zU7cplCW2rNYckY87bpU7MEZ1ytSi58=";
}; };
passthru.updateScript = nix-update-script {};
meta = with lib; { meta = with lib; {
description = "An unofficial Telegram Desktop providing Windows 64bit build and extra features"; description = "An unofficial Telegram Desktop providing Windows 64bit build and extra features";
license = licenses.gpl3Only; license = licenses.gpl3Only;