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

bpftrace: 0.20.3 -> 0.20.4
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-21 21:02:41 +00:00 committed by GitHub
commit ae1fc78b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.20.3";
version = "0.20.4";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-B4BxoZSPSpDWLUgcYgQEmuhVr2mX04hrFCLu04vp1so=";
hash = "sha256-GJSUHMOp3vCWj8C+1mBHcnUgxLUWUz8Jd8wpq7u0q3s=";
};