mimalloc: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm
2025-01-04 12:37:21 +00:00
parent 92de48d8b2
commit 1432adfffc
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.1.7";
version = "2.1.8";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-slAi8Ht/jwpsFy5zC3CpfTdAkxEMpHJlgmNqMgz+psU=";
sha256 = "sha256-C0cqYiXxx8tW3plUZrfAJYKeY36opGKymkZ/CWrVuEI=";
};
doCheck = !stdenv.hostPlatform.isStatic;