bpftrace: 0.21.3 -> 0.22.1 (#375677)

Co-authored-by: martinetd <martinetd@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-22 07:00:29 +00:00
committed by GitHub
co-authored by martinetd
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.21.3";
version = "0.22.1";
src = fetchFromGitHub {
owner = "bpftrace";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-cmKm2g1lzl625t4z7ZM04QgqDubBsCMqtibXmg+3y9w=";
hash = "sha256-3qtErf3+T73DE40d6F8vFK1TdHcM/56AYFGGzxpRIug=";
};
buildInputs = with llvmPackages; [