Merge #92783: gperftools: 2.7 -> 2.8

This commit is contained in:
Vladimír Čunát 2020-07-19 21:23:41 +02:00
commit 0a2cff8e74
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libunwind }:
stdenv.mkDerivation rec {
name = "gperftools-2.7";
name = "gperftools-2.8";
src = fetchurl {
url = "https://github.com/gperftools/gperftools/releases/download/${name}/${name}.tar.gz";
sha256 = "1jb30zxmw7h9qxa8yi76rfxj4ssk60rv8n9y41m6pzqfk9lwis0y";
sha256 = "0gjiplvday50x695pwjrysnvm5wfvg2b0gmqf6b4bdi8sv6yl394";
};
# tcmalloc uses libunwind in a way that works correctly only on non-ARM linux