Merge pull request #228145 from r-ryantm/auto-update/bpftrace
bpftrace: 0.17.0 -> 0.17.1
This commit is contained in:
commit
21509f40f0
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bpftrace";
|
||||
version = "0.17.0";
|
||||
version = "0.17.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iovisor";
|
||||
repo = "bpftrace";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-PBqq3u8zym+RY6xudJ66ItzDZEJBNvJDtve1GtxcOdQ=";
|
||||
sha256 = "sha256-dEchHXZPWc+/Dui6P65EqxB8O/M7F47PZVsKSp80oXE=";
|
||||
};
|
||||
|
||||
buildInputs = with llvmPackages;
|
||||
|
|
Loading…
Reference in a new issue