cntr: 1.2.1 -> 1.4.1
This commit is contained in:
parent
e71df047a0
commit
f91d7cf059
@ -2,23 +2,22 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cntr";
|
pname = "cntr";
|
||||||
version = "1.2.1";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "cntr";
|
repo = "cntr";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0dhfz7aj3cqi974ybf0axchih40rzrs9m8bxhwz1hgig57aisfc0";
|
sha256 = "sha256-4ogyOKuz6702/sOQNvE+UP+cvQrPPU3VjL4b0FUfRNw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "088drkpkgq8psv5j6igxyhfvvbalzg6nd98r9z0nxkawck5i2clz";
|
cargoSha256 = "sha256-lblvun2T1qpFiowld77Ti2MFPzhs5pOWWRbErORXYCM=";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A container debugging tool based on FUSE";
|
description = "A container debugging tool based on FUSE";
|
||||||
homepage = "https://github.com/Mic92/cntr";
|
homepage = "https://github.com/Mic92/cntr";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
# aarch64 support will be fixed soon
|
platforms = platforms.linux;
|
||||||
platforms = [ "x86_64-linux" ];
|
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user