nixpkgs/pkgs/development/libraries/jemalloc/jemalloc450.nix

7 lines
184 B
Nix
Raw Normal View History

2018-04-16 03:27:04 -07:00
{ stdenv, fetchurl, fetchpatch }:
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
}