mtprotoproxy: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2026-03-17 01:40:28 +00:00
parent b32b62d598
commit f521dce2eb
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mtprotoproxy";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "alexbers";
repo = "mtprotoproxy";
rev = "v${finalAttrs.version}";
sha256 = "sha256-tQ6e1Y25V4qAqBvhhKdirSCYzeALfH+PhNtcHTuBurs=";
sha256 = "sha256-/T3NtjDHnEOc/90mCp7NF9J+Bvd1YOTknkq73MQ9KxU=";
};
nativeBuildInputs = with python3Packages; [ wrapPython ];