Merge #160473: libbpf: Fix src hash

Upstream re-tagged 0.7.0; most likely the changes were very tiny.
This commit is contained in:
Vladimír Čunát 2022-02-17 15:47:37 +01:00
commit a0dbbd3796
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "libbpf";
repo = "libbpf";
rev = "v${version}";
sha256 = "sha256-ieJ19igGCoPKGX6J0mQG+QD7QcXHX2SVzZUjMwxum/M=";
sha256 = "sha256-NFVJ8JquWVzu+QoaaOMzhnu6/IqdP1FPhtJFidXA4L4=";
};
nativeBuildInputs = [ pkg-config ];