From 8dcdc0029eb01a9fc01be27715dc631d361fb0c8 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 24 Aug 2023 04:20:00 +0000 Subject: [PATCH] nushellPlugins.query: 0.83.1 -> 0.84.0 Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0 --- pkgs/shells/nushell/plugins/query.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/nushell/plugins/query.nix b/pkgs/shells/nushell/plugins/query.nix index 00b70f279c67..0988d4f80bb7 100644 --- a/pkgs/shells/nushell/plugins/query.nix +++ b/pkgs/shells/nushell/plugins/query.nix @@ -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 ];