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

bpftrace: 0.20.1 -> 0.20.2
This commit is contained in:
Mario Rodas 2024-03-08 05:21:56 -05:00 committed by GitHub
commit 091bad09ee
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.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-jgM01G0zhaXNd2FiZwQb13O2/mXS971gUSGOAnrJLTQ=";
hash = "sha256-AndqOqwDTQIFr5vVJ8i4tarCfg9Vz2i58eB+/7OVHNE=";
};