mtprotoproxy: 1.0.9 -> 1.1.0

This commit is contained in:
R. RyanTM 2020-11-22 04:22:31 +00:00
parent 1ffd7cf0d6
commit c9d1aefbab

View file

@ -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 ];