xxh: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:51:30 +01:00
parent e425bc40c7
commit 4f79437583
-1
View File
@@ -9,7 +9,6 @@ python3.pkgs.buildPythonApplication rec {
pname = "xxh";
version = "0.8.14";
pyproject = true;
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "xxh";