commit
3ac9a29d4d
1 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pahole";
|
pname = "pahole";
|
||||||
version = "1.17";
|
version = "1.20";
|
||||||
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 = "13dxsmhpf9n2wqggf4gd6f12rm0vhv0q96jd50gkvaxzzvgpzzbc";
|
sha256 = "11q9dpfi4qj2v8z0nlf8c0079mlv10ljhh0d1yr0j4ds3saacd15";
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
@ -18,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://git.kernel.org/cgit/devel/pahole/pahole.git/";
|
homepage = "https://git.kernel.org/cgit/devel/pahole/pahole.git/";
|
||||||
description = "Pahole and other DWARF utils";
|
description = "Pahole and other DWARF utils";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bosu ];
|
maintainers = [ maintainers.bosu ];
|
||||||
|
|
Loading…
Reference in a new issue