mimalloc: 3.3.0 -> 3.3.2

This commit is contained in:
R. Ryantm
2026-05-03 01:35:53 +00:00
parent c9c9a2756c
commit 2a730d5cc7
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mimalloc";
version = "3.3.0";
version = "3.3.2";
src = fetchFromGitHub {
owner = "microsoft";
repo = "mimalloc";
tag = "v${finalAttrs.version}";
hash = "sha256-xy9gPihw3xvhnd6BrCYfMnnRp5dPSodynKRToYwxuzg=";
hash = "sha256-GZ37qQVDe9jgMb4Coe5oKvgaLTspZDlSkS5rdy1MfUU=";
};
doCheck = !stdenv.hostPlatform.isStatic;