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

oxker: 0.2.5 -> 0.3.0

authored by figsoda and committed by GitHub 10a29e15 a867f895

+3 -3
+3 -3
pkgs/applications/misc/oxker/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "oxker"; 5 - version = "0.2.5"; 5 + version = "0.3.0"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-w0YLSwRv6uhDwi06q0/mhGc5C6O2xq3vc9Se7/xXkhA="; 9 + sha256 = "sha256-VIsop0XjadZQecKRbt+2U2qrMVmPaLZGUuMEY8v+aJ8="; 10 10 }; 11 11 12 - cargoHash = "sha256-Q0+6YgcdWa4RjNA7ffQJN0uIN8UFuCdbYjTFoM8w8uo="; 12 + cargoHash = "sha256-wBTbHHCNZvp1xc6iiK6LzBFYsF9RPHA74YM6SDv6x94="; 13 13 14 14 meta = with lib; { 15 15 description = "A simple tui to view & control docker containers";