nushellPlugins.query: 0.92.1 -> 0.93.0

This commit is contained in:
Raghav Sood 2024-05-15 14:28:19 +08:00
parent 89b9621978
commit 351274bf94
No known key found for this signature in database
GPG Key ID: 13D53E9EB65DE19C

View File

@ -10,7 +10,7 @@
rustPlatform.buildRustPackage {
pname = "nushell_plugin_query";
inherit (nushell) version src;
cargoHash = "sha256-takIDfMriDzZT/9JkqWPis10EaZhfwGpi7EkoOh4+vw=";
cargoHash = "sha256-cu7gSEr5xOpBpkv++YpOMUf/UtvFYuQMDWrGphb6V/0=";
nativeBuildInputs = lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];