libbpf: Fix src hash

The v0.7.0 tag seems to have been altered.

Follow-up: #159173
This commit is contained in:
Fabian Möller 2022-02-17 15:17:06 +01:00
parent 272a52d476
commit 1eb890b176
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31

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 ];