Skip to content

Commit

Permalink
mimalloc: 2.0.9 -> 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and thoughtpolice committed Apr 30, 2023
1 parent 1acfbbb commit 3496678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mimalloc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mimalloc";
version = "2.0.9";
version = "2.1.2";

src = fetchFromGitHub {
owner = "microsoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0gX0rEOWT6Lp5AyRyrK5GPTBvAqc5SxSaNJOc5GIgKc=";
sha256 = "sha256-kYhfufffM4r+ZVgcjnulqFlf1756pirlPysGZnUBzt8=";
};

doCheck = !stdenv.hostPlatform.isStatic;
Expand Down

0 comments on commit 3496678

Please sign in to comment.