diff --git a/pkgs/osm/cykhash/default.nix b/pkgs/osm/cykhash/default.nix
index 7bbe3d43742ed0bf7a5bf9c70ba0bfda4b153443..e60a3c695ef80a7f4943df9a68e9d5388c1976c1 100644
--- a/pkgs/osm/cykhash/default.nix
+++ b/pkgs/osm/cykhash/default.nix
@@ -2,13 +2,13 @@ { lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonPackage rec {
pname = "cykhash";
src = fetchFromGitHub {
owner = "realead";
repo = "cykhash";
};
nativeBuildInputs = with python3Packages; [ cython ];
application/octet-stream
This content has been proxied by September (3851b).