Unverified Commit 478f158a authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents 3e88d3f0 16dee171
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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.
  '';