From: Ismaƫl Bouya Date: Sat, 25 Jan 2020 23:12:03 +0000 (+0100) Subject: Change telethon-sync source X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=commitdiff_plain;h=8cc29816b53dc6ef53cc191a1c08f36748dff805 Change telethon-sync source --- diff --git a/pkgs/telethon_sync/default.nix b/pkgs/telethon_sync/default.nix index aa58d5be..5cbff95c 100644 --- a/pkgs/telethon_sync/default.nix +++ b/pkgs/telethon_sync/default.nix @@ -4,10 +4,10 @@ buildPythonPackage rec { pname = "Telethon-sync"; version = "1.1.1"; - src = fetchPypi { - inherit pname version; - sha256 = - "01z8fzqn0qs5pxhvzq891r3mwffq1ga3f8xvm7qdn6kvmxjni9fy"; + src = builtins.fetchGit { + url = "https://github.com/LonamiWebs/Telethon"; + ref = "sync-stale"; + rev = "6a785a01aa56cfd21c8c5beb9d722c68d664ba5e"; }; propagatedBuildInputs = [