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

This reverts commit c0ab2d26a9.
This commit is contained in:
Bernardo Meurer 2022-11-02 12:49:39 +00:00
parent c459a3638a
commit 69df0f15cc
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -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 ];

View file

@ -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 {};