oxker: 0.1.9 -> 0.1.10

This commit is contained in:
R. Ryantm 2022-12-30 19:56:23 +00:00
parent 3d7270abd5
commit 75da39a0d6

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.1.9";
version = "0.1.10";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-3J3Xe9LT4bHatU/wWsF0Gq9gGRcSdCzyQnIIfLXE8KA=";
sha256 = "sha256-2NX2iW3cT9027j2gUsDTtdIFDmJKIGPfSzrGGwvK/VA=";
};
cargoSha256 = "sha256-TWpshqvWMRk2A6RvjWWQc7Nu6tOrctUBZmzyjEFKPRw=";
cargoSha256 = "sha256-//GI+roOsCLkKgMDUDK0YhJWmeIaYCMBt9r14+Rz8UQ=";
meta = with lib; {
description = "A simple tui to view & control docker containers";