nushellPlugins.query: 0.83.1 -> 0.84.0
Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0
This commit is contained in:
parent
b5a22a41c5
commit
8dcdc0029e
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue