bpftrace: 0.20.3 -> 0.20.4

This commit is contained in:
R. Ryantm 2024-05-21 12:24:10 +00:00
parent 8257910e21
commit a1c37a6a58

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