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

linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0
This commit is contained in:
Jörg Thalheim 2021-07-03 07:30:01 +01:00 committed by GitHub
commit fa1d0259f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
sha256 = "sha256-DZO47AH506DBVH/AuvOF3JfpRxv/D/lmzVg8WOH9Dqo=";
sha256 = "sha256-BKWBdFzj0j7rAfG30A0fwyYCpOG/5NFRPODW46EP1u0=";
};
buildInputs = with llvmPackages;