Reapply "hdrhistogram_c: 0.11.9 -> 0.11.10"

This reverts commit 3347d985f2.

Reverted on master due to being a mass-rebuild and now reapplied on
staging.
This commit is contained in:
Martin Weinelt
2026-07-09 21:53:37 +02:00
parent c8ce539c62
commit 8fe06cd8ba
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hdrhistogram_c";
version = "0.11.9";
version = "0.11.10";
src = fetchFromGitHub {
owner = "HdrHistogram";
repo = "HdrHistogram_c";
tag = finalAttrs.version;
hash = "sha256-9Xp+gPqJpB7xZr5dzyc9Via9gxG9q/EriCx3cm++0kU=";
hash = "sha256-LMZj7vuxOA1bgU/J10IKnyNe3R0dk2AA1ydLTHun4vg=";
};
buildInputs = [ zlib ];