gperftools: 2.17.2 -> 2.18.1
Diff: https://github.com/gperftools/gperftools/compare/gperftools-2.17.2...gperftools-2.18.1 Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.18.0
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gperftools";
|
||||
version = "2.17.2";
|
||||
version = "2.18.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gperftools";
|
||||
repo = "gperftools";
|
||||
tag = "gperftools-${finalAttrs.version}";
|
||||
hash = "sha256-WCEuiSjNIX/KhEBWndyVhrKlWs7H60mcHoPlWd7YWC4=";
|
||||
hash = "sha256-LvLsq0UuMu51vcgxDrBkdnoUJ3qFH+tbXbTjreBxBqs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user