nushellPlugins.query: 0.79.0 -> 0.80.0
This commit is contained in:
@@ -2,21 +2,17 @@
|
|||||||
, lib
|
, lib
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, nushell
|
, nushell
|
||||||
, nix-update-script
|
|
||||||
, IOKit
|
, IOKit
|
||||||
, CoreFoundation
|
, CoreFoundation
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
pname = "nushell_plugin_query";
|
|
||||||
in
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit pname;
|
pname = "nushell_plugin_query";
|
||||||
version = nushell.version;
|
version = "0.80.0";
|
||||||
|
|
||||||
src = nushell.src;
|
src = nushell.src;
|
||||||
|
|
||||||
cargoHash = "sha256-BKeEAgvhHP01K/q8itwFfFIH8BAS9e1dat449i3M4ig=";
|
cargoHash = "sha256-k4UjHNf5L9RmYuB66gcoyCmhd1MvtAxTOxRh24sv0sk=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];
|
buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user