pprof: 0-unstable-2024-09-25 -> 0-unstable-2025-03-02

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Henner Zeller
2025-03-08 17:43:34 -08:00
co-authored by Sandro
parent 10069ef4cf
commit 16dee171ff
+8 -3
View File
@@ -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.
'';