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
+2 -2
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=";
};