0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
Fabian Affolter 2025-02-22 21:31:56 +01:00
parent f6634090cf
commit 78b40a03d0

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "whoisdomain";
version = "1.20240129.1";
version = "1.20250220.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mboot-github";
repo = "WhoisDomain";
tag = version;
hash = "sha256-nRj/WkYjMZuQoYF+QFIHABlek4DxvvEnOTeFYLHYvZc=";
hash = "sha256-/f5zV0vgjOIIux4e0mXeFSfY8cNpfGkfeCs3djla2zM=";
};
nativeBuildInputs = [ hatchling ];