flake.nix: xxHash -> xxhash (#2058)

warning: 'xxHash' has been renamed to 'xxhash'
This commit is contained in:
qubitnano
2026-06-15 14:47:40 -04:00
committed by GitHub
parent 38a0a7be0b
commit a6e5160c71
+2 -2
View File
@@ -138,7 +138,7 @@
NOD_PREBUILT = nod;
CXXOPTS = pkgs.cxxopts.src;
JSON = pkgs.nlohmann_json.src;
XXHASH = pkgs.xxHash.src;
XXHASH = pkgs.xxhash.src;
ZSTD = pkgs.zstd.src;
FMT = pkgs.fetchzip {
url = "https://github.com/fmtlib/fmt/archive/refs/tags/11.1.4.tar.gz";
@@ -194,7 +194,7 @@
pkgs.zstd
pkgs.cxxopts
pkgs.nlohmann_json
pkgs.xxHash
pkgs.xxhash
pkgs.abseil-cpp
pkgs.zlib
pkgs.libpng