mimalloc: 2.0.0 -> 2.0.2

This commit is contained in:
Mark Vainomaa 2021-06-29 03:44:03 +03:00
parent a7776f951e
commit 13034ba77a
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315

View file

@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.0.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BMDCreY41CxJaPo9BdSRZlqh/YjtPC9aI/Zxt501e+0=";
sha256 = "sha256-n4FGld3bq6ZOSLTzXcVlucCGbQ5/eSFbijU0dfBD/T0=";
};
nativeBuildInputs = [ cmake ninja ];