Merge pull request #228145 from r-ryantm/auto-update/bpftrace

bpftrace: 0.17.0 -> 0.17.1
This commit is contained in:
Weijia Wang 2023-04-26 00:55:24 +03:00 committed by GitHub
commit 21509f40f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;