Loading pkgs/development/python-modules/authcaptureproxy/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "authcaptureproxy"; version = "1.1.4"; version = "1.1.5"; format = "pyproject"; src = fetchFromGitHub { owner = "alandtse"; repo = "auth_capture_proxy"; rev = "refs/tags/v${version}"; hash = "sha256-4IPBulzRoAAplyM/1MPE40IW4IXBIGYLydzpY64Gl0c="; hash = "sha256-HYqbOyJlP1rd8jpqbN9I4JuVpBKxR9/Nvoh544t40uo="; }; nativeBuildInputs = [ Loading @@ -45,6 +45,7 @@ buildPythonPackage rec { ]; 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"; homepage = "https://github.com/alandtse/auth_capture_proxy"; license = licenses.asl20; Loading Loading
pkgs/development/python-modules/authcaptureproxy/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "authcaptureproxy"; version = "1.1.4"; version = "1.1.5"; format = "pyproject"; src = fetchFromGitHub { owner = "alandtse"; repo = "auth_capture_proxy"; rev = "refs/tags/v${version}"; hash = "sha256-4IPBulzRoAAplyM/1MPE40IW4IXBIGYLydzpY64Gl0c="; hash = "sha256-HYqbOyJlP1rd8jpqbN9I4JuVpBKxR9/Nvoh544t40uo="; }; nativeBuildInputs = [ Loading @@ -45,6 +45,7 @@ buildPythonPackage rec { ]; 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"; homepage = "https://github.com/alandtse/auth_capture_proxy"; license = licenses.asl20; Loading