tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xdp-tools: fix hash of the patch
I'm sorry.
Vladimír Čunát
2 years ago
972b0fa8
c0eaef73
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
xdp-tools
default.nix
+1
-1
pkgs/tools/networking/xdp-tools/default.nix
···
29
# Fix function detection for btf__type_cnt()
30
(fetchpatch {
31
url = "https://github.com/xdp-project/xdp-tools/commit/a7df567634af77381832a2212c5f5099b07734f3.patch";
32
-
sha256 = "1i4s4y0z9pf3dnjzxy8k0jkjshhz3b0v49qw4cspjrjlmcmy0x00";
33
})
34
];
35
···
29
# Fix function detection for btf__type_cnt()
30
(fetchpatch {
31
url = "https://github.com/xdp-project/xdp-tools/commit/a7df567634af77381832a2212c5f5099b07734f3.patch";
32
+
sha256 = "n6qG/bojSGUowrAaJWxecYpWdv9OceHkoaGlhbl81hA=";
33
})
34
];
35