jemalloc: add 4.5.0 version

This commit is contained in:
Yorick van Pelt
2018-04-16 12:31:26 +02:00
parent 911a6da2fe
commit d536542ee4
4 changed files with 51 additions and 37 deletions
@@ -0,0 +1,6 @@
{ stdenv, fetchurl, fetchpatch }:
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
}