conmon-rs: 0.6.5 -> 0.6.6

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2024-09-11 11:20:19 +02:00
parent 0bebe6c244
commit e495438c86
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "conmon-rs";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-qb7n6AcRkv/nF0BQbPgdFqaklfJeC+PRzMh6EIykobY=";
hash = "sha256-1kGAUAmiPI9zE8LE7G2r0Gy0YM+BUy2MxY7IQOu2ZDQ=";
};
nativeBuildInputs = [ capnproto protobuf ];