pahole: 1.20 -> 1.22

This commit is contained in:
Dominique Martinet 2021-12-04 08:54:26 +09:00
parent 292cea9418
commit bc58795244

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pahole"; pname = "pahole";
version = "1.20"; version = "1.22";
src = fetchgit { src = fetchgit {
url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git"; url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git";
rev = "v${version}"; rev = "v${version}";
sha256 = "11q9dpfi4qj2v8z0nlf8c0079mlv10ljhh0d1yr0j4ds3saacd15"; sha256 = "sha256-U1/i9WNlLphPIcNysC476sqil/q9tMYmu+Y6psga8I0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };