bpftrace: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2022-01-11 02:27:27 +00:00 committed by Austin Seipp
parent 9bcfcf9b0b
commit 734af73298

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bpftrace"; pname = "bpftrace";
version = "0.14.0"; version = "0.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "iovisor"; owner = "iovisor";
repo = "bpftrace"; repo = "bpftrace";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rlaajNfpoiMtU/4aNAnbQ0VixPz9/302TZMarGzsb58="; sha256 = "sha256-QDqHAEVM/XHCFMS0jMLdKJfDUOpkUqONOf8+Fbd5dCY=";
}; };
# libbpf 0.6.0 relies on typeof in bpf/btf.h to pick the right version of # libbpf 0.6.0 relies on typeof in bpf/btf.h to pick the right version of