oxker: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2024-03-31 14:18:27 +00:00
parent 9bc8f11e87
commit 2162088e06

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.6.1";
version = "0.6.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-cUM9+6BZcsrb850fm5mFWpo7/JmxwNDh+upHeE7+DU8=";
sha256 = "sha256-pHyIL5Jmldsa0ZNMiYpBD+9zxPv8Blg23nnWD2YmHMI=";
};
cargoHash = "sha256-sFBI/+7oGjjUyr3PBkkqdgprGdcaYHtOvqFpkrF4Qx8=";
cargoHash = "sha256-N1Cv89njL9QCIs3HclcjsqgSUSMEckis8zyVqepeW70=";
meta = with lib; {
description = "A simple tui to view & control docker containers";