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

mtprotoproxy: 1.0.7 -> 1.0.8
This commit is contained in:
Mario Rodas 2019-11-29 19:49:06 -05:00 committed by GitHub
commit 9a32ecf2d6
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.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "alexbers";
repo = "mtprotoproxy";
rev = "v${version}";
sha256 = "1j8bxwcq968h5sd58g03yc4zjqkhkjdn0f04vr826hhsdxy853r4";
sha256 = "1bpgbqbgy7c637bzm6g5msm2i10dfl4qb7psy3k3cbaysw696kjc";
};
nativeBuildInputs = [ wrapPython ];