linuxPackages.bpftrace: 0.26.1 -> 0.27.0

This commit is contained in:
R. Ryantm
2026-09-11 00:54:34 +00:00
parent 4170b86f20
commit d3b8be81a8

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.26.1";
version = "0.27.0";
src = fetchFromGitHub {
owner = "bpftrace";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-h3gFnQq48oM5uK07xrykOCSJxhr6dqcyVUDoIKIRREY=";
hash = "sha256-wYDSx2WngWS4Ucj82hLO0G46tiXhqskhMjmv7NuUVfw=";
};
buildInputs = with llvmPackages; [