Skip to content

Commit

Permalink
python3Packages.authcaptureproxy: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 1, 2021
1 parent 93ad85e commit 029f84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/authcaptureproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "authcaptureproxy";
version = "1.0.1";
version = "1.0.2";
format = "pyproject";

src = fetchFromGitHub {
owner = "alandtse";
repo = "auth_capture_proxy";
rev = "v${version}";
sha256 = "1fbrmh6qa3dm3q3zdxaa0fls94wardbcvnjgwxk686wpjgs1xrs4";
sha256 = "1cg63qhf823nf785kyl96r7vyxfl6dlbwsmhcpny8vb65pl9gng5";
};

postPatch = ''
Expand Down

0 comments on commit 029f84c

Please sign in to comment.