mimalloc: 2.1.4 -> 2.1.6

This commit is contained in:
R. Ryantm
2024-05-15 03:52:10 +00:00
parent 311cd0a3d8
commit 272b6bdcfa
@@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.1.4";
version = "2.1.6";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-h+JlrIYc3i9RjbmiGLgWVvkP4LyQkTrnUxkCU7SR35k=";
sha256 = "sha256-Ff3+RP+lAXCOeHJ87oG3c02rPP4WQIbg5L/CVe6gA3M=";
};
doCheck = !stdenv.hostPlatform.isStatic;