Merge pull request #326384 from trofi/libbpf-update

libbpf: 1.4.3 -> 1.4.5
This commit is contained in:
Doron Behar
2024-07-12 17:14:08 +03:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libbpf";
version = "1.4.3";
version = "1.4.5";
src = fetchFromGitHub {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "sha256-lcIOgghlBKrDCBDdO0hryjt8KADQd6aroQMun3ein2o=";
hash = "sha256-GQbx3LaGrFTwEtUsP7V/Y1Keoa4dSmDxhmSTsML+tVk=";
};
nativeBuildInputs = [ pkg-config ];