linuxPackages.bpftrace: 0.12.0 -> 0.12.1

This commit is contained in:
R. RyanTM 2021-05-09 11:38:28 +00:00 committed by Jonathan Ringer
parent 0bae4a3992
commit 1c563249ea

View File

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