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

7 lines
161 B
Nix
Raw Normal View History

2018-04-16 14:18:33 +00:00
{ stdenv, fetchurl }:
2018-04-16 10:27:04 +00:00
import ./common.nix {
2018-04-16 14:18:33 +00:00
inherit stdenv fetchurl;
2018-04-16 10:27:04 +00:00
version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
}