summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-06-28 09:11:25 +0800
committerhappysalada <raphael@megzari.com>2023-06-28 09:11:25 +0800
commitcbfcf6ed61a40dbeeec66bd0c9b4891427417506 (patch)
tree32da13696d0dbd686cd6bc1b2476a119490677de /pkgs/shells/nushell
parentbe39aba786cdc1d4dc3ad8b89fe8e6480d1d061a (diff)
downloadnixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar.gz
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar.bz2
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar.lz
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar.xz
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.tar.zst
nixpkgs-cbfcf6ed61a40dbeeec66bd0c9b4891427417506.zip
nushellPlugins.query: 0.81.0 -> 0.82.0
Diffstat (limited to 'pkgs/shells/nushell')
-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 fb0d7ec84e9..d14f5f21d80 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.81.0";
+  version = "0.82.0";
 
   src = nushell.src;
 
-  cargoHash = "sha256-iQ7xr7NY/OQ5pVq2DFmdl/6F2NlUh3NBA9dk+e4gzRE=";
+  cargoHash = "sha256-j0FI6Ed8YVIpJ4MBDl6h9qfnolMlPJeoY0Q/qfbGTBA=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];