mimalloc: 2.1.4 -> 2.1.6

This commit is contained in:
R. Ryantm
2024-05-17 23:37:16 +02:00
committed by Weijia Wang
parent 72d09fc932
commit e4d5e2be57
@@ -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;