diff options
-rw-r--r-- | pkgs/telethon_sync/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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 { | |||
4 | pname = "Telethon-sync"; | 4 | pname = "Telethon-sync"; |
5 | version = "1.1.1"; | 5 | version = "1.1.1"; |
6 | 6 | ||
7 | src = fetchPypi { | 7 | src = builtins.fetchGit { |
8 | inherit pname version; | 8 | url = "https://github.com/LonamiWebs/Telethon"; |
9 | sha256 = | 9 | ref = "sync-stale"; |
10 | "01z8fzqn0qs5pxhvzq891r3mwffq1ga3f8xvm7qdn6kvmxjni9fy"; | 10 | rev = "6a785a01aa56cfd21c8c5beb9d722c68d664ba5e"; |
11 | }; | 11 | }; |
12 | 12 | ||
13 | propagatedBuildInputs = [ | 13 | propagatedBuildInputs = [ |