summary refs log tree commit diff
path: root/pkgs/development/libraries/jemalloc/default.nix
blob: c507eacbd0025205f95176e0786264053113d9f8 (plain) (blame)
1
2
3
4
5
6
{ stdenv, fetchurl, fetchpatch }:
import ./common.nix {
  inherit stdenv fetchurl fetchpatch;
  version = "5.0.1";
  sha256 = "4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9";
}