diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-26 00:12:03 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:44 +0200 |
commit | 8cc29816b53dc6ef53cc191a1c08f36748dff805 (patch) | |
tree | 6fa51601938dfad3ca60a1e7c28d7648f0c0662b /pkgs | |
parent | eaa9613a5654f1001f946fe73248ffcb46c28fdd (diff) | |
download | NUR-8cc29816b53dc6ef53cc191a1c08f36748dff805.tar.gz NUR-8cc29816b53dc6ef53cc191a1c08f36748dff805.tar.zst NUR-8cc29816b53dc6ef53cc191a1c08f36748dff805.zip |
Change telethon-sync source
Diffstat (limited to 'pkgs')
-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 = [ |