pprof: 0-unstable-2024-09-25 -> 0-unstable-2025-03-02
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -2,19 +2,24 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
libllvm,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "pprof";
|
||||
version = "0-unstable-2024-09-25";
|
||||
version = "0-unstable-2025-03-02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "pprof";
|
||||
rev = "fa3061bff0bcf0d611f07dbdba73665bd2bbac97";
|
||||
hash = "sha256-wUHCbgmJI3YTettVVrLnRPIexaHuAQDmbnHXPTLBBYM=";
|
||||
rev = "9094ed2288e75ea6574fce30e1474932a96bb048";
|
||||
hash = "sha256-pvjKxBHIL1wq24Hsq3UOtYh+MEH4G1dOSz4lEyiTPRc=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
libllvm
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
rm -rf browsertests # somewhat independent module to ignore.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user