pahole: 1.24-unstable-2022-11-24 -> 1.24-unstable-2023-03-02
Required to build Linux 6.3-rc1 on x86_64-linux.
This commit is contained in:
parent
651e4175cf
commit
8bc170b1b4
@ -1,15 +1,12 @@
|
||||
{ lib, stdenv, fetchgit, pkg-config, libbpf, cmake, elfutils, zlib, argp-standalone, musl-obstack }:
|
||||
{ lib, stdenv, fetchzip, pkg-config, libbpf, cmake, elfutils, zlib, argp-standalone, musl-obstack }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pahole";
|
||||
# Need a revision that supports DW_TAG_unspecified_type(0x3b).
|
||||
# Was added after 1.24 release in a series of changes.
|
||||
# Can switch back to release tags once 1.25 is cut.
|
||||
version = "1.24-unstable-2022-11-24";
|
||||
src = fetchgit {
|
||||
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git";
|
||||
rev = "02d67c51765dfbd5893087da63744c864c7cc9e0";
|
||||
hash = "sha256-hKc8UKxPtEM2zlYmolSt1pXJKNRt4wC/Uf+dP/Sb7+s=";
|
||||
# Can switch back to release tags if they can build linux_testing.
|
||||
version = "1.24-unstable-2023-03-02";
|
||||
src = fetchzip {
|
||||
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-a9498899109d3be14f17abbc322a8f55a1067bee.tar.gz";
|
||||
sha256 = "xEKA6Fz6NaxNqSggvgswCU+7LlezGSNrK7cmt2JYv1Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user