From cfeceb35bce088800fae11ef8217dd58ffe0c584 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Apr 2023 01:13:13 +0200 Subject: [PATCH] python310Packages.mitmproxy-wireguard: 0.1.21 -> 0.1.23 Diff: https://github.com/decathorpe/mitmproxy_wireguard/compare/refs/tags/0.1.21...0.1.23 Changelog: https://github.com/decathorpe/mitmproxy_wireguard/releases/tag/0.1.23 --- .../python-modules/mitmproxy-wireguard/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/mitmproxy-wireguard/default.nix b/pkgs/development/python-modules/mitmproxy-wireguard/default.nix index 47c3a230cdd8..b67459a5de02 100644 --- a/pkgs/development/python-modules/mitmproxy-wireguard/default.nix +++ b/pkgs/development/python-modules/mitmproxy-wireguard/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mitmproxy-wireguard"; - version = "0.1.21"; + version = "0.1.23"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "decathorpe"; repo = "mitmproxy_wireguard"; rev = "refs/tags/${version}"; - hash = "sha256-479JCAxc6bK5X8nKKyzLvmuxPYPj5M19sZiO9vaK0DM="; + hash = "sha256-z9ucTBLLRXc1lcHA0r1wUleoP8X7yIlHrtdZdLD9qJk="; }; buildInputs = lib.optionals stdenv.isDarwin [ @@ -38,7 +38,7 @@ buildPythonPackage rec { cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-3reDkpnLTS32MZvvbRzDJovzUPAZmn2WRThmmeHGVXY="; + hash = "sha256-qgyAaUpyuWVYMxUA4Gg8inlUMlSLo++16+nVvmDMhTQ="; }; # Module has no tests, only a test client