Skip to content

Commit acf3b74

Browse files
mimalloc: 3.0.3 -> 3.1.5 (#415594)
2 parents bfddb4f + 2f89422 commit acf3b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/mi/mimalloc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let
1212
in
1313
stdenv.mkDerivation rec {
1414
pname = "mimalloc";
15-
version = "3.0.3";
15+
version = "3.1.5";
1616

1717
src = fetchFromGitHub {
1818
owner = "microsoft";
1919
repo = "mimalloc";
2020
rev = "v${version}";
21-
sha256 = "sha256-RjFMLInulyynrmyAg6Km/u9HGfcYeerkou0gQwCdhsA=";
21+
sha256 = "sha256-fk6nfyBFS1G0sJwUJVgTC1+aKd0We/JjsIYTO+IOfyg=";
2222
};
2323

2424
doCheck = !stdenv.hostPlatform.isStatic;

0 commit comments

Comments
 (0)