Merge pull request #77144 from dtzWill/update/pahole-1.16

pahole: 1.15 -> 1.16
This commit is contained in:
Marek Mahut 2020-01-07 17:02:59 +01:00 committed by GitHub
commit 2ff2533199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ];