nushellPlugins.formats: 0.92.1 -> 0.93.0

This commit is contained in:
Raghav Sood 2024-05-15 14:27:44 +08:00
parent a49ac03100
commit 2d3eb89ad0
No known key found for this signature in database
GPG Key ID: 13D53E9EB65DE19C

View File

@ -11,7 +11,7 @@
rustPlatform.buildRustPackage rec {
pname = "nushell_plugin_formats";
inherit (nushell) version src;
cargoHash = "sha256-mInMs0kAJn3/fgRAG0E8hgvaly2G68kT5O+D83pLq78=";
cargoHash = "sha256-+DTsBh3+nLjuwuk0rnxZeSQ+lM55PAhj+8e9L2bQdXU=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];