3
0
Fork 0
forked from mirrors/nixpkgs

oxker: 0.1.10 -> 0.1.11

This commit is contained in:
R. Ryantm 2023-01-08 11:36:19 +00:00 committed by Bobby Rong
parent d744fdbab9
commit 87b91aebff

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.1.10";
version = "0.1.11";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-2NX2iW3cT9027j2gUsDTtdIFDmJKIGPfSzrGGwvK/VA=";
sha256 = "sha256-O4fVEYstDkVHn7fBVOGu1ok9K9xiO9uLx0+vb6qMZoA=";
};
cargoSha256 = "sha256-//GI+roOsCLkKgMDUDK0YhJWmeIaYCMBt9r14+Rz8UQ=";
cargoHash = "sha256-LSMAE24E8Is/ejUE/2vogP0GmpF+9oO2pJoQOZ8OfU8=";
meta = with lib; {
description = "A simple tui to view & control docker containers";