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

7 lines
196 B
Nix

{ stdenv, fetchurl, fetchpatch }:
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
version = "5.0.1";
sha256 = "4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9";
}