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

7 lines
196 B
Nix
Raw Normal View History

{ stdenv, fetchurl, fetchpatch }:
2018-04-16 10:27:04 +00:00
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
2017-12-13 17:45:07 +00:00
version = "5.0.1";
2018-04-16 10:27:04 +00:00
sha256 = "4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9";
2015-03-11 21:32:21 +00:00
}