mtprotoproxy: 1.0.7 -> 1.0.8

This commit is contained in:
R. RyanTM 2019-11-28 04:42:56 -08:00
parent 646b279c55
commit 6c634807c2

View File

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