pahole: 1.26 -> 1.27

This commit is contained in:
Dominique Martinet 2024-06-12 08:29:46 +09:00
parent 051f920625
commit 8a826cb8f8

View File

@ -13,10 +13,10 @@
stdenv.mkDerivation rec {
pname = "pahole";
version = "1.26";
version = "1.27";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz";
hash = "sha256-Lf9Z4vHRFplMrUf4VhJ7EDPn+S4RaS1Emm0wyEcG2HU=";
hash = "sha256-BwA17lc2yegmOzLfoIu8OmG/PVdc+4sOGzB8Jc4ZjGM=";
};
nativeBuildInputs = [ cmake pkg-config ];