mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add v1.10.1 to .nix files
This commit is contained in:
parent
95ba02a9d3
commit
0bf4c4ae75
|
@ -26,7 +26,8 @@ rec {
|
|||
telethon-devel = self.callPackage ./nix/telethon/devel.nix { };
|
||||
|
||||
telethon_1 = telethon_1_10;
|
||||
telethon_1_10 = telethon_1_10_0;
|
||||
telethon_1_10 = telethon_1_10_1;
|
||||
telethon_1_10_1 = telethonPkg "1.10" { version = "1.10.1"; };
|
||||
telethon_1_10_0 = telethonPkg "1.10" { version = "1.10.0"; };
|
||||
telethon_1_9 = telethon_1_9_0;
|
||||
telethon_1_9_0 = telethonPkg "1.9" { version = "1.9.0"; };
|
||||
|
|
|
@ -30,6 +30,7 @@ let
|
|||
|
||||
[ "telethon_1" "telethon_1" ]
|
||||
[ "telethon_1_10" "telethon_1_10" ]
|
||||
[ "telethon_1_10_1" "telethon_1_10_1" ]
|
||||
[ "telethon_1_10_0" "telethon_1_10_0" ]
|
||||
[ "telethon_1_9" "telethon_1_9" ]
|
||||
[ "telethon_1_9_0" "telethon_1_9_0" ]
|
||||
|
|
|
@ -12,6 +12,10 @@ let
|
|||
inherit lib fetchFromGitHub fetchPypi fetchpatch;
|
||||
};
|
||||
versions = {
|
||||
"1.10.1" = {
|
||||
pypiSha256 = "1ql8ai01c6v3l13lh3csh37jjkrb33gj50jyvdfi3qjn60qs2rfl";
|
||||
sourceSha256 = "1skckq4lai51p476r3shgld89x5yg5snrcrzjfxxxai00lm65cbv";
|
||||
};
|
||||
"1.10.0" = {
|
||||
pypiSha256 = "1n2g2r5w44nlhn229r8kamhwjxggv16gl3jxq25bpg5y4qgrxzd8";
|
||||
sourceSha256 = "1rvrc63j6i7yr887g2csciv4zyy407yhdn4n8q2q00dkildh64qw";
|
||||
|
|
Loading…
Reference in New Issue
Block a user