pprof: 0-unstable-2024-09-25 -> 0-unstable-2025-03-02 (#387655)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-18 08:28:05 +01:00
committed by GitHub
+8 -3
View File
@@ -2,19 +2,24 @@
lib,
buildGoModule,
fetchFromGitHub,
libllvm,
}:
buildGoModule {
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.
'';