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:
commit
43d5027064
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue