jemalloc: don't try to patch 4.5.0

This commit is contained in:
Yorick van Pelt
2018-04-16 16:18:33 +02:00
parent 2c5efc8735
commit c03f5f5579
3 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch }:
{ stdenv, fetchurl }:
import ./common.nix {
inherit stdenv fetchurl fetchpatch;
inherit stdenv fetchurl;
version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
}