Merge pull request #240237 from happysalada/nushell_update
nushell: 0.81.0 -> 0.82.0
This commit is contained in:
commit
213c414144
3 changed files with 7 additions and 5 deletions
pkgs
|
@ -24,7 +24,7 @@
|
|||
|
||||
rustPlatform.buildRustPackage (
|
||||
let
|
||||
version = "0.81.0";
|
||||
version = "0.82.0";
|
||||
pname = "nushell";
|
||||
in {
|
||||
inherit version pname;
|
||||
|
@ -33,10 +33,10 @@ rustPlatform.buildRustPackage (
|
|||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-Hcr4mSx5qSMNe7/UTR6iXV3IyTBiRgfWS7vYf3FIxQA=";
|
||||
hash = "sha256-D/R+/60Lo2rLUA/313CTJQookqSNtbD7LnVf0vBC9Qc=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Xa8mQVz3uOw212aLlRfM4GmA0vjjt/5SjQ5biOLcqEc=";
|
||||
cargoHash = "sha256-LTnBJDA2RkAP3ZCpl5enUc0PLS63EVXQyIopUwBd8OQ=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
||||
|
|
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -27613,6 +27613,8 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit Security;
|
||||
};
|
||||
|
||||
nushellFull = nushell.override { additionalFeatures = p: p ++ ["dataframe" "extra"]; };
|
||||
|
||||
nu_scripts = callPackage ../shells/nushell/nu_scripts { };
|
||||
|
||||
nushellPlugins = callPackage ../shells/nushell/plugins {
|
||||
|
|
Loading…
Reference in a new issue