Merge pull request #228559 from gp2112/pkgs/mtprotoproxy

mtprotoproxy: 1.1.0 -> 1.1.1
This commit is contained in:
Nick Cao
2023-05-01 07:26:29 +08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mtprotoproxy";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "alexbers";
repo = "mtprotoproxy";
rev = "v${version}";
sha256 = "15svvramxzl8q8xzs8g62gg8czdn46fjy6jhs5hqf5p83ycxsygz";
sha256 = "sha256-tQ6e1Y25V4qAqBvhhKdirSCYzeALfH+PhNtcHTuBurs=";
};
nativeBuildInputs = [ wrapPython ];