python3Packages.mitmproxy-macos: fix download hash

The version updated silently when mitmproxy did, leading to a Hydra failure.
This commit is contained in:
Sarah Clark
2025-12-06 10:45:49 -08:00
parent da2d25bfc9
commit c568a8a98a
@@ -10,13 +10,14 @@ buildPythonPackage rec {
inherit (mitmproxy-rs) version;
format = "wheel";
# Note: if this isn't downloading, its because mitmproxy-rs updated without also updating this.
src = fetchPypi {
pname = "mitmproxy_macos";
inherit version;
format = "wheel";
dist = "py3";
python = "py3";
hash = "sha256-NArp10yhERk7Hhw5fIU+ekbupyldyzpLQdKgebiUpOM=";
hash = "sha256-baAfEY4hEN3wOEicgE53gY71IX003JYFyyZaNJ7U8UA=";
};
# repo has no python tests