python3Packages.authcaptureproxy: 1.0.2 -> 1.1.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:38 -08:00
parent 8f48296bd4
commit 21b0a961a6
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "authcaptureproxy";
version = "1.0.2";
version = "1.1.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "alandtse";
repo = "auth_capture_proxy";
rev = "v${version}";
sha256 = "1cg63qhf823nf785kyl96r7vyxfl6dlbwsmhcpny8vb65pl9gng5";
sha256 = "08zpaclg5f9g1pix0jaq42i2ph12xc8djjrmhxz0yygw5rsilgl4";
};
postPatch = ''