Unverified Commit 3170af7c authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #199155 from lovesegfault/pahole-1.24

parents ed01574f 69df0f15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "pahole";
  version = "1.23";
  version = "1.24";
  src = fetchgit {
    url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git";
    rev = "v${version}";
    sha256 = "sha256-Dt3ZcUfjwdtTTv6qRFRgwK5GFWXdpN7fvb9KhpS1O94=";
    sha256 = "sha256-OPseVKt5kIKgK096+ufKrWMS1E/7Z0uxNqCMN6wKfKg=";
  };

  nativeBuildInputs = [ cmake pkg-config ];
+3 −1
Original line number Diff line number Diff line
@@ -17361,7 +17361,9 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  pahole = callPackage ../development/tools/misc/pahole {};
  pahole = callPackage ../development/tools/misc/pahole {
    libbpf = libbpf_1;
  };
  panopticon = callPackage ../development/tools/analysis/panopticon {};