We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7327b1 commit 2f89422Copy full SHA for 2f89422
1 file changed
pkgs/by-name/mi/mimalloc/package.nix
@@ -12,13 +12,13 @@ let
12
in
13
stdenv.mkDerivation rec {
14
pname = "mimalloc";
15
- version = "3.0.3";
+ version = "3.1.5";
16
17
src = fetchFromGitHub {
18
owner = "microsoft";
19
repo = "mimalloc";
20
rev = "v${version}";
21
- sha256 = "sha256-RjFMLInulyynrmyAg6Km/u9HGfcYeerkou0gQwCdhsA=";
+ sha256 = "sha256-fk6nfyBFS1G0sJwUJVgTC1+aKd0We/JjsIYTO+IOfyg=";
22
};
23
24
doCheck = !stdenv.hostPlatform.isStatic;
0 commit comments