nushellPlugins.query: 0.83.1 -> 0.84.0

Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0
This commit is contained in:
Mario Rodas 2023-08-24 04:20:00 +00:00 committed by Yt
parent b5a22a41c5
commit 8dcdc0029e

View File

@ -9,11 +9,11 @@
rustPlatform.buildRustPackage {
pname = "nushell_plugin_query";
version = "0.83.1";
version = "0.84.0";
src = nushell.src;
cargoHash = "sha256-0Bcu2h1ooc4z4ezKSjl7ca5cNQwnF3je7XzdhuqP4iQ=";
cargoHash = "sha256-8uAoiurQpI++duheNqwEDw/0CIPE1dHcgL48hKWqNUg=";
buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];