Commit 1cd72191 authored by zowoq's avatar zowoq
Browse files
parent d3e3667c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "mimalloc";
  version = "3.1.5";
  version = "3.1.6";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "mimalloc";
    tag = "v${finalAttrs.version}";
    sha256 = "sha256-fk6nfyBFS1G0sJwUJVgTC1+aKd0We/JjsIYTO+IOfyg=";
    hash = "sha256-7zG0Sqloanz/b+fkJ4wzO86uBmtf9fdYNAT9ixLouyY=";
  };

  doCheck = !stdenv.hostPlatform.isStatic;