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

bpftrace: 0.20.2 -> 0.20.3
This commit is contained in:
Nick Cao 2024-03-26 09:32:59 -04:00 committed by GitHub
commit 5507782052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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