tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
conmon-rs: 0.7.1 -> 0.7.2
R. Ryantm
6 months ago
de88d11f
64cf35ea
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
conmon-rs
package.nix
+3
-3
pkgs/by-name/co/conmon-rs/package.nix
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "conmon-rs";
11
-
version = "0.7.1";
12
13
src = fetchFromGitHub {
14
owner = "containers";
15
repo = "conmon-rs";
16
rev = "v${version}";
17
-
hash = "sha256-NydA6IiIGX2Pc/49bstEGeA/X+zRIVNGbxhDfPwrWgM=";
18
};
19
20
nativeBuildInputs = [
···
23
];
24
doCheck = false;
25
26
-
cargoHash = "sha256-qP4AIPST1s6fiGq6FM2aXpEfkm4G/cOSYJyhtqF2k1E=";
27
28
meta = with lib; {
29
description = "OCI container runtime monitor written in Rust";
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "conmon-rs";
11
+
version = "0.7.2";
12
13
src = fetchFromGitHub {
14
owner = "containers";
15
repo = "conmon-rs";
16
rev = "v${version}";
17
+
hash = "sha256-FZwX9xihg2mKpHT11FCASyoJ5nDUkAa4Cqk5zRQOfeY=";
18
};
19
20
nativeBuildInputs = [
···
23
];
24
doCheck = false;
25
26
+
cargoHash = "sha256-JVUckmOAJj4zNBe4yq/JzrPw+IqfhiZRB6s03ZxXFV4=";
27
28
meta = with lib; {
29
description = "OCI container runtime monitor written in Rust";