Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f295d6770bb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 646fc239d350
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2020

  1. libbpf: 0.0.7 -> 0.0.8

    r-ryantm authored and FRidh committed May 9, 2020
    Copy the full SHA
    646fc23 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/libbpf/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/libbpf/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@ with builtins;

stdenv.mkDerivation rec {
pname = "libbpf";
version = "0.0.7";
version = "0.0.8";

src = fetchFromGitHub {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "1jcqhqvfbnbijm4jn949ibw1qywai9rwhyijf6lg8cvnyxkib2bs";
sha256 = "02vbpg9v5sjcw7ihximy63cjmz82q5izkp91i44m1qp6qj5qn4sr";
};

nativeBuildInputs = [ pkgconfig ];