libbpf: 0.5.0 -> 0.6.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-12-02 09:28:23 +01:00
parent 56cbe42f16
commit 089fdb8dfa
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

View file

@ -7,13 +7,13 @@ with builtins;
stdenv.mkDerivation rec {
pname = "libbpf";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "sha256-L23Ba+slJW/ALj8AepwByrrHgYMY5/Jh+AoD0p4qryI=";
sha256 = "sha256-p9wUDC7r6+ElbheNkTkZW4eMNAvPbvpUyQjTjCE34ck=";
};
nativeBuildInputs = [ pkg-config ];
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Upstream mirror of libbpf";
homepage = "https://github.com/libbpf/libbpf";
license = with licenses; [ lgpl21 /* or */ bsd2 ];
maintainers = with maintainers; [ thoughtpolice vcunat ];
maintainers = with maintainers; [ thoughtpolice vcunat saschagrunert ];
platforms = platforms.linux;
};
}