phpExtensions.memprof: 3.0.2 -> 3.1.0 (#385182)

This commit is contained in:
Pol Dellaiera
2025-02-26 08:37:41 +01:00
committed by GitHub
@@ -6,7 +6,7 @@
}:
let
version = "3.0.2";
version = "3.1.0";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "arnaud-lb";
repo = "php-memory-profiler";
rev = version;
hash = "sha256-K8YcvCobErBkaWFTkVGLXXguQPOLIgQuRGWJF+HAIRA=";
hash = "sha256-gq+txAU2Fw+Zm1aIu0lwPUHRqtccNcHFpp0fm3f7BnQ=";
};
configureFlags = [ "--with-judy-dir=${judy}" ];