Commit b5de7afc authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

mimalloc: 2.1.8 -> 3.0.3

parent 3e05a0d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mimalloc";
  version = "2.1.8";
  version = "3.0.3";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "mimalloc";
    rev = "v${version}";
    sha256 = "sha256-C0cqYiXxx8tW3plUZrfAJYKeY36opGKymkZ/CWrVuEI=";
    sha256 = "sha256-RjFMLInulyynrmyAg6Km/u9HGfcYeerkou0gQwCdhsA=";
  };

  doCheck = !stdenv.hostPlatform.isStatic;