Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

conmon-rs: 0.4.0 -> 0.5.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

authored by Sascha Grunert and committed by zowoq 3d80075d cba5b36d

+3 -3
+3 -3
pkgs/applications/virtualization/conmon-rs/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "conmon-rs"; 10 - version = "0.4.0"; 10 + version = "0.5.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "containers"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-VwVJWf9tKZ5rVF8tXDf35zsS2PipqC8FPbXUpOzsw/Y="; 16 + sha256 = "sha256-mngs5ivRyMJ927VV00mFNIG+nD9EuE3qLyN+OHMMkHQ="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ capnproto protobuf ]; 20 20 doCheck = false; 21 21 22 - cargoSha256 = "sha256-zY9fsZK1C3HnCxeNA5dCbQQHYx3IVDMHCHYwFh5ev2k="; 22 + cargoSha256 = "sha256-ruChRz2rnPalBiXcpco/WS/eDgg52ckPBLBuoQa9us4="; 23 23 24 24 meta = with lib; { 25 25 description = "An OCI container runtime monitor written in Rust";