mimalloc: 2.1.2 -> 2.1.4

This commit is contained in:
R. Ryantm 2024-04-29 06:28:59 +00:00
parent f2c7ecb8a4
commit d8d3746a30

View File

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