Unverified Commit 69df0f15 authored by Bernardo Meurer's avatar Bernardo Meurer
Browse files

Revert "Revert "pahole: 1.23 -> 1.24""

This reverts commit c0ab2d26.
parent c459a363
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 {};