Merge pull request #78518 from r-ryantm/auto-update/mtprotoproxy

mtprotoproxy: 1.0.8 -> 1.0.9
This commit is contained in:
Mario Rodas 2020-01-29 21:44:47 -05:00 committed by GitHub
commit 4b78574350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mtprotoproxy";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "alexbers";
repo = "mtprotoproxy";
rev = "v${version}";
sha256 = "1bpgbqbgy7c637bzm6g5msm2i10dfl4qb7psy3k3cbaysw696kjc";
sha256 = "16f9hzh4h41qb5962lxx04653ncar83znh872g2qh564b6f922z2";
};
nativeBuildInputs = [ wrapPython ];