Skip to content

Commit

Permalink
Merge pull request #332034 from SuperSandro2000/mitmproxy
Browse files Browse the repository at this point in the history
python312Packages.mitmproxy: 10.4.0 -> 10.4.2
  • Loading branch information
SuperSandro2000 authored Aug 10, 2024
2 parents 798b662 + ebb4b4d commit 792028c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/mitmproxy-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mitmproxy-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "mitmproxy-rs";
version = "0.6.2";
version = "0.6.3";
pyproject = true;

src = fetchFromGitHub {
owner = "mitmproxy";
repo = "mitmproxy_rs";
rev = version;
hash = "sha256-zBlt83mtJOsVqskDAkpk50yZHxJO6B8QP7iv8L1YPWA=";
hash = "sha256-rnM2MNJ9ZVmwFjhXU8kPEQjpqNIzVZ3bVtm43WvGj5E=";
};

cargoDeps = rustPlatform.importCargoLock {
Expand Down Expand Up @@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rust bits in mitmproxy";
homepage = "https://github.com/mitmproxy/mitmproxy_rs";
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${src.rev}/CHANGELOG.md#${lib.replaceStrings ["."] [""] version}";
license = licenses.mit;
inherit (mitmproxy.meta) maintainers;
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mitmproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

buildPythonPackage rec {
pname = "mitmproxy";
version = "10.4.0";
version = "10.4.2";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/v${version}";
hash = "sha256-W+m7PVphj4sP5+Um7dtPbdnaZ+edZn/fcE4XJGX1E6M=";
hash = "sha256-1OMVgV6dFKoG/upv+RWbYqftqejeQLBlsycuy2+Na6E=";
};


Expand Down

0 comments on commit 792028c

Please sign in to comment.