aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-26 00:12:03 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-26 00:12:03 +0100
commit9d1d44e49debc86c3bf13a79cc84b3c8628a0dc8 (patch)
treec6cc7d83041d0f3b6b024d415f928ce459b5bb26 /pkgs
parent8c90ed19df42c1d7ee3b129e9e829c985a7cbaea (diff)
downloadNix-9d1d44e49debc86c3bf13a79cc84b3c8628a0dc8.tar.gz
Nix-9d1d44e49debc86c3bf13a79cc84b3c8628a0dc8.tar.zst
Nix-9d1d44e49debc86c3bf13a79cc84b3c8628a0dc8.zip
Change telethon-sync source
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/telethon_sync/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/telethon_sync/default.nix b/pkgs/telethon_sync/default.nix
index aa58d5b..5cbff95 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 = [