mimalloc: 2.1.8 -> 3.0.3

This commit is contained in:
R. Ryantm
2025-04-04 20:31:08 +02:00
committed by Weijia Wang
parent 3e05a0d602
commit b5de7afc2e
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.1.8";
version = "3.0.3";
src = fetchFromGitHub {
owner = "microsoft";
repo = "mimalloc";
rev = "v${version}";
sha256 = "sha256-C0cqYiXxx8tW3plUZrfAJYKeY36opGKymkZ/CWrVuEI=";
sha256 = "sha256-RjFMLInulyynrmyAg6Km/u9HGfcYeerkou0gQwCdhsA=";
};
doCheck = !stdenv.hostPlatform.isStatic;