summaryrefslogtreecommitdiffstats
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-23 07:29:35 -0500
committerGitHub <noreply@github.com>2020-11-23 07:29:35 -0500
commit43d50270648fedb7919d09e4e6a6817bf1323766 (patch)
tree0bdd0c43b2f74a8d5e4ce5fb4c839cf1d3f82ea5 /pkgs/servers
parentd0b5bf98bb72c70f98eb5e711154717537e229ce (diff)
parentc9d1aefbabbed970371322ef91d813a00aeee616 (diff)
Merge pull request #104557 from r-ryantm/auto-update/mtprotoproxy
mtprotoproxy: 1.0.9 -> 1.1.0
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/mtprotoproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mtprotoproxy/default.nix b/pkgs/servers/mtprotoproxy/default.nix
index 9faa7ec56bf2..e8782050eeea 100644
--- a/pkgs/servers/mtprotoproxy/default.nix
+++ b/pkgs/servers/mtprotoproxy/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mtprotoproxy";
- version = "1.0.9";
+ version = "1.1.0";
src = fetchFromGitHub {
owner = "alexbers";
repo = "mtprotoproxy";
rev = "v${version}";
- sha256 = "16f9hzh4h41qb5962lxx04653ncar83znh872g2qh564b6f922z2";
+ sha256 = "15svvramxzl8q8xzs8g62gg8czdn46fjy6jhs5hqf5p83ycxsygz";
};
nativeBuildInputs = [ wrapPython ];