nushellPlugins.gstat: 0.92.1 -> 0.93.0

This commit is contained in:
Raghav Sood 2024-05-15 14:28:05 +08:00
parent 2d3eb89ad0
commit 89b9621978
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_gstat";
inherit (nushell) version src;
cargoHash = "sha256-1HfuMtjtUzwsIxkYV8azttnjEyAnC7X1aMIdw2N0yxQ=";
cargoHash = "sha256-0pzQrUKMfYZdUzJgm6WYIrTUkF2arYGDCuASgmDpvmc=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];