about summary refs log tree commit diff
path: root/pkgs/development/libraries/mimalloc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 06:28:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 06:28:59 +0000
commitd8d3746a3036084e4a76e8dae59bc521f20a5d44 (patch)
tree2fe778cd6b0677a22d8c94f57e5cf2b5d8cc22ba /pkgs/development/libraries/mimalloc
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
mimalloc: 2.1.2 -> 2.1.4
Diffstat (limited to 'pkgs/development/libraries/mimalloc')
-rw-r--r--pkgs/development/libraries/mimalloc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mimalloc/default.nix b/pkgs/development/libraries/mimalloc/default.nix
index e0e1421c476e0..508d3ae168ae8 100644
--- a/pkgs/development/libraries/mimalloc/default.nix
+++ b/pkgs/development/libraries/mimalloc/default.nix
@@ -7,13 +7,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname   = "mimalloc";
-  version = "2.1.2";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner  = "microsoft";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "sha256-kYhfufffM4r+ZVgcjnulqFlf1756pirlPysGZnUBzt8=";
+    sha256 = "sha256-h+JlrIYc3i9RjbmiGLgWVvkP4LyQkTrnUxkCU7SR35k=";
   };
 
   doCheck = !stdenv.hostPlatform.isStatic;