conmon-rs: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2025-08-13 18:06:53 +00:00
parent 64cf35ea43
commit de88d11fb3

View File

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "conmon-rs"; pname = "conmon-rs";
version = "0.7.1"; version = "0.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "conmon-rs"; repo = "conmon-rs";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-NydA6IiIGX2Pc/49bstEGeA/X+zRIVNGbxhDfPwrWgM="; hash = "sha256-FZwX9xihg2mKpHT11FCASyoJ5nDUkAa4Cqk5zRQOfeY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
]; ];
doCheck = false; doCheck = false;
cargoHash = "sha256-qP4AIPST1s6fiGq6FM2aXpEfkm4G/cOSYJyhtqF2k1E="; cargoHash = "sha256-JVUckmOAJj4zNBe4yq/JzrPw+IqfhiZRB6s03ZxXFV4=";
meta = with lib; { meta = with lib; {
description = "OCI container runtime monitor written in Rust"; description = "OCI container runtime monitor written in Rust";