about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-07-27 17:16:02 +0900
committerYt <happysalada@tuta.io>2023-07-28 00:13:49 +0000
commitbfc44cf9fe18198d826a49b1ac2db70cd2733391 (patch)
tree4fc614d3986327cf23fd3412337023a4ae021fc8 /pkgs/shells
parent503744f5a81076af222f439db28664a8de6ca7f7 (diff)
nushellPlugins.query: 0.82.0 -> 0.83.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/plugins/query.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/nushell/plugins/query.nix b/pkgs/shells/nushell/plugins/query.nix
index d14f5f21d803d..4f51c3c29d75b 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.82.0";
+  version = "0.83.0";
 
   src = nushell.src;
 
-  cargoHash = "sha256-j0FI6Ed8YVIpJ4MBDl6h9qfnolMlPJeoY0Q/qfbGTBA=";
+  cargoHash = "sha256-h8T3QimN3vyzJEZr63gM5egwjSWI3m3QH2Yp0rwXd90=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];