nushellPlugins.query: 0.82.0 -> 0.83.0

This commit is contained in:
happysalada 2023-07-27 17:16:02 +09:00 committed by Yt
parent 503744f5a8
commit bfc44cf9fe

View file

@ -9,11 +9,11 @@
rustPlatform.buildRustPackage {
pname = "nushell_plugin_query";
version = "0.82.0";
version = "0.83.0";
src = nushell.src;
cargoHash = "sha256-j0FI6Ed8YVIpJ4MBDl6h9qfnolMlPJeoY0Q/qfbGTBA=";
cargoHash = "sha256-h8T3QimN3vyzJEZr63gM5egwjSWI3m3QH2Yp0rwXd90=";
buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];