8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-B8uloch+ucOLIIR64GE5Z8ahe2NLqPmDGcugQVSqpl4=";
19 nativeBuildInputs = [ capnproto protobuf ];
22 cargoHash = "sha256-hEhAnNppiyY6EcdHfri534ih8VUfpT7lO9L4mFJ6Caw=";
25 description = "An OCI container runtime monitor written in Rust";
26 homepage = "https://github.com/containers/conmon-rs";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ ] ++ teams.podman.members;
29 platforms = platforms.linux;