mimalloc: 2.0.7 -> 2.0.9

This commit is contained in:
R. Ryantm
2022-12-26 17:20:26 +01:00
committed by Bjørn Forsman
parent 00f3a18c70
commit 85d29c643d
@@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.0.7";
version = "2.0.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-h3+awCdlZaGCkavBeQfJsKgOZX4MHB3quPIfTlj6pDw=";
sha256 = "sha256-0gX0rEOWT6Lp5AyRyrK5GPTBvAqc5SxSaNJOc5GIgKc=";
};
doCheck = true;