Merge pull request #230487 from mweinelt/authcaptureproxy-1.1.5
python310Packages.authcaptureproxy: 1.1.4 -> 1.1.5
This commit is contained in:
commit
9f2e621a1c
1 changed files with 3 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "authcaptureproxy";
|
pname = "authcaptureproxy";
|
||||||
version = "1.1.4";
|
version = "1.1.5";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alandtse";
|
owner = "alandtse";
|
||||||
repo = "auth_capture_proxy";
|
repo = "auth_capture_proxy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-4IPBulzRoAAplyM/1MPE40IW4IXBIGYLydzpY64Gl0c=";
|
hash = "sha256-HYqbOyJlP1rd8jpqbN9I4JuVpBKxR9/Nvoh544t40uo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/alandtse/auth_capture_proxy/releases/tag/v${version}";
|
||||||
description = "A proxy to capture authentication information from a webpage";
|
description = "A proxy to capture authentication information from a webpage";
|
||||||
homepage = "https://github.com/alandtse/auth_capture_proxy";
|
homepage = "https://github.com/alandtse/auth_capture_proxy";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
|
Loading…
Reference in a new issue