Skip to content

Commit

Permalink
libbpf: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinetd committed May 11, 2024
1 parent 6870cfd commit d450529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/libbpf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "libbpf";
version = "1.4.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "sha256-dAyUBcOItDZNe2xBWoegCAmOnTugc1C7+k/hj20icJA=";
sha256 = "sha256-PlGr/qZbKnaY37wikdmX/iYtP11WHShn1I7vACUgLG0=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit d450529

Please sign in to comment.