mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
pahole: 1.12 -> 1.15
This commit is contained in:
parent
0bc362c485
commit
a52e70e10e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user