mimalloc: 2.0.9 -> 2.1.2

This commit is contained in:
R. Ryantm 2023-04-29 09:14:55 +00:00 committed by Austin Seipp
parent 1acfbbb2e7
commit 3496678304

View File

@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.0.9";
version = "2.1.2";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0gX0rEOWT6Lp5AyRyrK5GPTBvAqc5SxSaNJOc5GIgKc=";
sha256 = "sha256-kYhfufffM4r+ZVgcjnulqFlf1756pirlPysGZnUBzt8=";
};
doCheck = !stdenv.hostPlatform.isStatic;