Skip to content

Commit

Permalink
Merge pull request #77144 from dtzWill/update/pahole-1.16
Browse files Browse the repository at this point in the history
pahole: 1.15 -> 1.16
  • Loading branch information
mmahut authored Jan 7, 2020
2 parents 8a708e4 + 82bef49 commit 2ff2533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/pahole/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "pahole";
version = "1.15";
version = "1.16";
src = fetchgit {
url = https://git.kernel.org/pub/scm/devel/pahole/pahole.git;
rev = "v${version}";
sha256 = "10af9mh3qxbx0hgjcmh0vjbg22bgxzhbpd9395ymasyw4npg6l9x";
sha256 = "1gfc9v4dgs811v1zjk0d9hsgmizllw2hibc83ykmakzysimaxsy3";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 2ff2533

Please sign in to comment.