Merge pull request #262778 from r-ryantm/auto-update/oxker

oxker: 0.3.2 -> 0.3.3

authored by Weijia Wang and committed by GitHub d0b80a15 e0417d79

+3 -3
+3 -3
pkgs/applications/misc/oxker/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "oxker"; 5 - version = "0.3.2"; 5 + version = "0.3.3"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-HFZSIzP3G6f78gTOpzZFG5ZAo5Lo6VuxQe6xMvCVfss="; 9 + sha256 = "sha256-2zdsVItGZYQydpC9E/uCbzOE9Xoh7zTqa9DpxA5qNCc="; 10 10 }; 11 11 12 - cargoHash = "sha256-ZsqxlwgXqw9eUEjw1DLBMz05V/y/ZbcrCL6I8TcnnDs="; 12 + cargoHash = "sha256-FXYFQpiK2BGUz9GjsUPS9LWPeezbBQ3A33juoVCl71g="; 13 13 14 14 meta = with lib; { 15 15 description = "A simple tui to view & control docker containers";