lol

python310Packages.mitmproxy-wireguard: 0.1.17 -> 0.1.18

+3 -3
+3 -3
pkgs/development/python-modules/mitmproxy-wireguard/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "mitmproxy-wireguard"; 12 - version = "0.1.17"; 12 + version = "0.1.18"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "decathorpe"; 19 19 repo = "mitmproxy_wireguard"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-G//3h9QHModKNcGqG2FcV65bver809J4Xnig/Fr5zdg="; 21 + hash = "sha256-vDexI9ihZhisbtt7k9epYD3RjPUaUnEX1TuDQDHZO8A="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ ··· 31 31 cargoDeps = rustPlatform.fetchCargoTarball { 32 32 inherit src; 33 33 name = "${pname}-${version}"; 34 - hash = "sha256-KPk6lLofsWDG+rswG5+q4bs9CZJFn4RuepX/OQvZ1Pw="; 34 + hash = "sha256-iVrF+9D4HHRx1E10GbGftcmil3Epw6iuRdf2m2o+/u8="; 35 35 }; 36 36 37 37 # Module has no tests, only a test client