oxker: 0.1.5 -> 0.1.6

This commit is contained in:
siph 2022-10-17 11:29:32 -06:00
parent 15619998dd
commit 24de4fbc1c

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.1.5";
version = "0.1.6";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-OhXU61F8XK5ts4GwDUkFv4+FGNFUmJJ9ooRS9/D0yvQ=";
sha256 = "sha256-R7vtwUJVlqrt/71d1hbliJvkAhJx6A0Q5nsV71QO/tY=";
};
cargoSha256 = "sha256-ldf0XYBhxLL2v0+yBX9Dqq8kYgJZ2f4Lor+rUA0/47E=";
cargoSha256 = "sha256-LciBg74zyWdSv0FMHFpp/XtbBuzsfEalmiBNCL+i7Zg=";
meta = with lib; {
description = "A simple tui to view & control docker containers";