pahole: 1.20 -> 1.22
This commit is contained in:
parent
292cea9418
commit
bc58795244
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user