oxker: 0.3.3 -> 0.4.0

This commit is contained in:
R. Ryantm 2023-11-22 14:44:33 +00:00
parent cb502b4d17
commit 356cfde2c3

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.3.3";
version = "0.4.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-2zdsVItGZYQydpC9E/uCbzOE9Xoh7zTqa9DpxA5qNCc=";
sha256 = "sha256-zre4ccMmv1NWcokLvEFRIf+kornAnge/a3c3b6IO03o=";
};
cargoHash = "sha256-FXYFQpiK2BGUz9GjsUPS9LWPeezbBQ3A33juoVCl71g=";
cargoHash = "sha256-xdfaTVRt5h4q0kfAE1l6pOXCfk0Cb8TnKNMZeeGvciY=";
meta = with lib; {
description = "A simple tui to view & control docker containers";