mimalloc: 1.0.8 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mimalloc/versions
This commit is contained in:
R. RyanTM 2019-10-22 15:38:42 -07:00 committed by Jon
parent 1631d79061
commit 5596317d42

View File

@ -7,13 +7,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mimalloc-${version}"; name = "mimalloc-${version}";
version = "1.0.8"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "microsoft"; owner = "microsoft";
repo = "mimalloc"; repo = "mimalloc";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "04k2d3x84q2jfqdjxngy98hlw6czmigsqlf7gi3mhs6682n127r5"; sha256 = "1i8pwzpcmbf7dxncb984xrnczn1737xqhf1jaizlyw0k1hpiam4v";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];