bpfmon: 2.52 -> 2.53

This commit is contained in:
R. Ryantm 2024-11-03 13:54:07 +00:00
parent aa9dd15dbd
commit 5337748200

View File

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