mimalloc: 3.0.3 -> 3.1.5 (#415594)

This commit is contained in:
Wolfgang Walther
2025-07-17 08:16:03 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "3.0.3";
version = "3.1.5";
src = fetchFromGitHub {
owner = "microsoft";
repo = "mimalloc";
rev = "v${version}";
sha256 = "sha256-RjFMLInulyynrmyAg6Km/u9HGfcYeerkou0gQwCdhsA=";
sha256 = "sha256-fk6nfyBFS1G0sJwUJVgTC1+aKd0We/JjsIYTO+IOfyg=";
};
doCheck = !stdenv.hostPlatform.isStatic;