conmon-rs: 0.7.1 -> 0.7.2

R. Ryantm de88d11f 64cf35ea

+3 -3
+3 -3
pkgs/by-name/co/conmon-rs/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "conmon-rs"; 11 - version = "0.7.1"; 11 + version = "0.7.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "containers"; 15 15 repo = "conmon-rs"; 16 16 rev = "v${version}"; 17 - hash = "sha256-NydA6IiIGX2Pc/49bstEGeA/X+zRIVNGbxhDfPwrWgM="; 17 + hash = "sha256-FZwX9xihg2mKpHT11FCASyoJ5nDUkAa4Cqk5zRQOfeY="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ ··· 23 23 ]; 24 24 doCheck = false; 25 25 26 - cargoHash = "sha256-qP4AIPST1s6fiGq6FM2aXpEfkm4G/cOSYJyhtqF2k1E="; 26 + cargoHash = "sha256-JVUckmOAJj4zNBe4yq/JzrPw+IqfhiZRB6s03ZxXFV4="; 27 27 28 28 meta = with lib; { 29 29 description = "OCI container runtime monitor written in Rust";