Merge pull request #151414 from r-ryantm/auto-update/pahole

pahole: 1.22 -> 1.23
This commit is contained in:
Ryan Mulligan 2021-12-20 16:03:31 -08:00 committed by GitHub
commit 5e9c670c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pahole";
version = "1.22";
version = "1.23";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git";
rev = "v${version}";
sha256 = "sha256-U1/i9WNlLphPIcNysC476sqil/q9tMYmu+Y6psga8I0=";
sha256 = "sha256-Dt3ZcUfjwdtTTv6qRFRgwK5GFWXdpN7fvb9KhpS1O94=";
};
nativeBuildInputs = [ cmake pkg-config ];