xdp-tools: fix hash of the patch

I'm sorry.
This commit is contained in:
Vladimír Čunát 2023-03-26 18:37:15 +02:00
parent c0eaef7382
commit 972b0fa87f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
# Fix function detection for btf__type_cnt()
(fetchpatch {
url = "https://github.com/xdp-project/xdp-tools/commit/a7df567634af77381832a2212c5f5099b07734f3.patch";
sha256 = "1i4s4y0z9pf3dnjzxy8k0jkjshhz3b0v49qw4cspjrjlmcmy0x00";
sha256 = "n6qG/bojSGUowrAaJWxecYpWdv9OceHkoaGlhbl81hA=";
})
];