From 972b0fa87ffc622a690461a43c1608bef5b776ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 26 Mar 2023 18:37:15 +0200 Subject: [PATCH] xdp-tools: fix hash of the patch I'm sorry. --- pkgs/tools/networking/xdp-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/xdp-tools/default.nix b/pkgs/tools/networking/xdp-tools/default.nix index 0e5a27ddd17a..b14dd819e434 100644 --- a/pkgs/tools/networking/xdp-tools/default.nix +++ b/pkgs/tools/networking/xdp-tools/default.nix @@ -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="; }) ];