commit 7ea2e5ec330b5ceef0cc02c9b91d17a444aee143 parent f18ebeff98a341e600025a305f4cc4d96b653d70 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Mon, 8 May 2023 00:01:25 +0400 cykhash: 2.0.0 → 2.0.1 Diffstat:
M | pkgs/osm/cykhash/default.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/osm/cykhash/default.nix b/pkgs/osm/cykhash/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "cykhash"; - version = "2.0.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "realead"; repo = "cykhash"; - rev = "v${version}"; - hash = "sha256-Bw85RJudoGNa2GrEwxGaln93T7c2YyRakWZcMJAJwUU="; + rev = "99db6d2075b1f33177ed034e0c873d58190658ae"; + hash = "sha256-R6a19oExRVHSnfeEM5XsD77BPEWpC0BeNdep12YffN8="; }; nativeBuildInputs = with python3Packages; [ cython ];