_64gram: add nix-update-script
This commit is contained in:
parent
85aed69b47
commit
5deb1d364e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user