mimalloc: 2.1.7 -> 2.1.8 (#370856)

This commit is contained in:
Martin Weinelt
2025-01-13 15:42:01 +01:00
committed by GitHub
+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;