diff --git a/pkgs/by-name/uw/uwhoisd/package.nix b/pkgs/by-name/uw/uwhoisd/package.nix index 4beabbf1eeeb..1ecee5d54a3c 100644 --- a/pkgs/by-name/uw/uwhoisd/package.nix +++ b/pkgs/by-name/uw/uwhoisd/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "uwhoisd"; - version = "0.1.1"; + version = "0.1.2"; pyproject = true; src = fetchFromGitHub { owner = "kgaughan"; repo = "uwhoisd"; tag = "v${version}"; - hash = "sha256-ncllROnKFwsSalbkQIOt/sQO0qxybAgxrVnYOC+9InY="; + hash = "sha256-Em+SkQ/olmKGntwOG+CUe3x1ZIIH8grOBVxY/a3eVGI="; }; build-system = with python3.pkgs; [ @@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Universal WHOIS proxy server"; homepage = "https://github.com/kgaughan/uwhoisd"; - changelog = "https://github.com/kgaughan/uwhoisd/blob/${src.tag}/ChangeLog"; + changelog = "https://github.com/kgaughan/uwhoisd/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; };