pahole: 1.15 -> 1.16

This commit is contained in:
Will Dietz 2019-12-17 09:19:56 -06:00
parent ff16d17b42
commit 82bef497ad
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pahole"; pname = "pahole";
version = "1.15"; version = "1.16";
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 = "10af9mh3qxbx0hgjcmh0vjbg22bgxzhbpd9395ymasyw4npg6l9x"; sha256 = "1gfc9v4dgs811v1zjk0d9hsgmizllw2hibc83ykmakzysimaxsy3";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];