1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Sergei Trofimovich 2024-07-11 21:54:41 +01:00
parent 6c12901eb4
commit 17726eb8bb

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 ];