uwhoisd: 0.1.1 -> 0.1.2 (#466579)

This commit is contained in:
Aleksana
2025-12-03 05:50:27 +00:00
committed by GitHub
+3 -3
View File
@@ -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 ];
};