ebpf-verifier: re-pin to nixpkgs catch2_3 sources

This commit is contained in:
Nicolas Benes
2024-01-21 00:55:15 +01:00
parent b1560d63ea
commit 6f0e7986ed
+1 -8
View File
@@ -645,14 +645,7 @@ with pkgs;
eclipse-mat = callPackage ../development/tools/eclipse-mat { };
ebpf-verifier = callPackage ../tools/networking/ebpf-verifier {
# Replace this to `catch2 = catch2_3` when catch2 3.4.0 is merged
# https://github.com/NixOS/nixpkgs/pull/243485
catch2.src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v3.4.0";
hash = "sha256-DqGGfNjKPW9HFJrX9arFHyNYjB61uoL6NabZatTWrr0=";
};
catch2 = catch2_3;
};
edgedb = callPackage ../tools/networking/edgedb {