uwhoisd: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2025-11-30 14:25:19 +00:00
parent 79a7cb8ed5
commit 7135f67d90
+2 -2
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; [