mimalloc: 1.6.1 -> 1.6.3

This commit is contained in:
R. RyanTM 2020-05-22 18:47:29 +00:00 committed by Jon
parent ad13d3a7e9
commit a31a269cb9

View File

@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "1zql498587wvb0gaavnzxj2zm535sgm22x0sjgl4ncfk7ragnv9c";
sha256 = "0hk30adrm0s1g5flfaqfr3lc72y3hlmhqnyrqd7p0y91rsaw86b9";
};
nativeBuildInputs = [ cmake ninja ];