Merge pull request #249036 from r-ryantm/auto-update/bpfmon

bpfmon: 2.51 -> 2.52
This commit is contained in:
figsoda 2023-08-14 09:50:18 -04:00 committed by GitHub
commit 8a30e105a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bpfmon"; pname = "bpfmon";
version = "2.51"; version = "2.52";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bbonev"; owner = "bbonev";
repo = "bpfmon"; repo = "bpfmon";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-EGRxWq94BWceYXunzcOpMQv4g7cMjVCEWMR0ULGN2Jg="; hash = "sha256-W7OnrC+FCxMd4YbYiybjIvO0LT7Hr1/0Y3BQwItaTBs=";
}; };
buildInputs = [ buildInputs = [