mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03: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, fetchgit, cmake, elfutils, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pahole-${version}";
|
pname = "pahole";
|
||||||
version = "1.12";
|
version = "1.15";
|
||||||
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;
|
||||||
sha256 = "1a8xfwqdc2j3ydh9bk2pkvsaf3lrkbxj66vj991c7knc31ix8kpw";
|
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
sha256 = "10af9mh3qxbx0hgjcmh0vjbg22bgxzhbpd9395ymasyw4npg6l9x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user