Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-07-10 08:52:50 +02:00
26 changed files with 546 additions and 152 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchgit, cmake, elfutils, zlib }:
stdenv.mkDerivation rec {
name = "pahole-${version}";
version = "1.12";
pname = "pahole";
version = "1.15";
src = fetchgit {
url = https://git.kernel.org/pub/scm/devel/pahole/pahole.git;
sha256 = "1a8xfwqdc2j3ydh9bk2pkvsaf3lrkbxj66vj991c7knc31ix8kpw";
rev = "v${version}";
sha256 = "10af9mh3qxbx0hgjcmh0vjbg22bgxzhbpd9395ymasyw4npg6l9x";
};
nativeBuildInputs = [ cmake ];