Merge #300828: libbpf: 1.3.0 -> 1.4.0

...into staging
This commit is contained in:
Vladimír Čunát 2024-04-10 08:32:11 +02:00
commit e5dfc6856d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "libbpf";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "sha256-wVCBLJK9nlS1N9/DrQtogoZmgWW4ECqInSeQTjUFhcY=";
sha256 = "sha256-3TCsIlr28vO6Zu9lDaEq6J4J+D5sHP7SSo1O/M0ZzUo=";
};
nativeBuildInputs = [ pkg-config ];