perf-tools: 20150723 -> 20160418
This commit is contained in:
parent
5efa4f801d
commit
b9315a6e24
@ -1,13 +1,13 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, perl }:
|
{ lib, stdenv, fetchFromGitHub, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "perf-tools-20150723";
|
name = "perf-tools-20160418";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brendangregg";
|
owner = "brendangregg";
|
||||||
repo = "perf-tools";
|
repo = "perf-tools";
|
||||||
rev = "80e25785e16acfbc0f048cae86a69006fa45148d";
|
rev = "5a511f5f775cfbc0569e6039435361cecd22dd86";
|
||||||
sha256 = "13g98vqwy50yf2h0w6iav80kzwfz29mvnjw8akbjv4v36r9hcb69";
|
sha256 = "1ab735idi0h62yvhzd7822jj3555vygixv4xjrfrdvi8d2hhz6qn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user