nixpkgs/pkgs/development/libraries/jemalloc/jemalloc450.nix
2018-04-16 12:31:26 +02:00

7 lines
184 B
Nix

{ stdenv, fetchurl, fetchpatch }:
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
}