3
0
Fork 0
forked from mirrors/nixpkgs

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

mtprotoproxy: 1.0.9 -> 1.1.0
This commit is contained in:
Mario Rodas 2020-11-23 07:29:35 -05:00 committed by GitHub
commit 43d5027064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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