nushellPlugins.query: 0.83.1 -> 0.84.0

Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0

authored by

Mario Rodas and committed by
Yt
8dcdc002 b5a22a41

+2 -2
+2 -2
pkgs/shells/nushell/plugins/query.nix
··· 9 9 10 10 rustPlatform.buildRustPackage { 11 11 pname = "nushell_plugin_query"; 12 - version = "0.83.1"; 12 + version = "0.84.0"; 13 13 14 14 src = nushell.src; 15 15 16 - cargoHash = "sha256-0Bcu2h1ooc4z4ezKSjl7ca5cNQwnF3je7XzdhuqP4iQ="; 16 + cargoHash = "sha256-8uAoiurQpI++duheNqwEDw/0CIPE1dHcgL48hKWqNUg="; 17 17 18 18 buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ]; 19 19