bpftrace: 0.20.1 -> 0.20.2

This commit is contained in:
R. Ryantm 2024-03-08 00:30:23 +00:00
parent c8cd65298e
commit adbeb2ce16

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-jgM01G0zhaXNd2FiZwQb13O2/mXS971gUSGOAnrJLTQ=";
hash = "sha256-AndqOqwDTQIFr5vVJ8i4tarCfg9Vz2i58eB+/7OVHNE=";
};