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