pahole: 1.24-unstable-2023-03-02 -> 1.25

Use released tarball with latest DWARF changes support.

Changes: https://lore.kernel.org/bpf/ZDG4qxirpIfmbiip@kernel.org/T/
This commit is contained in:
Sergei Trofimovich 2023-04-17 23:06:27 +01:00
parent 0a4206a51b
commit 78b3685883

View File

@ -2,11 +2,10 @@
stdenv.mkDerivation rec {
pname = "pahole";
# Can switch back to release tags if they can build linux_testing.
version = "1.24-unstable-2023-03-02";
version = "1.25";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-a9498899109d3be14f17abbc322a8f55a1067bee.tar.gz";
sha256 = "xEKA6Fz6NaxNqSggvgswCU+7LlezGSNrK7cmt2JYv1Y=";
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz";
hash = "sha256-s0YVT2UnMSO8jS/4XCt06wNPV4czHH6bmZRy/snO3jg=";
};
nativeBuildInputs = [ cmake pkg-config ];