Skip to content

Commit

Permalink
conmon-rs: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 8, 2024
1 parent 58486b9 commit 69a76a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/conmon-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@

rustPlatform.buildRustPackage rec {
pname = "conmon-rs";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-B8uloch+ucOLIIR64GE5Z8ahe2NLqPmDGcugQVSqpl4=";
hash = "sha256-+htd9RJGSFzzyEQSBJGIzurQDQgpJ+sJHLPe3aPH0cg=";
};

nativeBuildInputs = [ capnproto protobuf ];
doCheck = false;

cargoHash = "sha256-hEhAnNppiyY6EcdHfri534ih8VUfpT7lO9L4mFJ6Caw=";
cargoHash = "sha256-CcWji/qMd7eX0O3cR9/FLID17WpSfz4kEAhDgKb3jds=";

meta = with lib; {
description = "An OCI container runtime monitor written in Rust";
Expand Down

0 comments on commit 69a76a7

Please sign in to comment.