nushellPlugins.gstat: 0.83.0 -> 0.83.1

Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
This commit is contained in:
Mario Rodas 2023-07-30 04:20:00 +00:00 committed by Yt
parent 5becdd85fc
commit f7a4a3764f

View File

@ -11,9 +11,9 @@ let
in
rustPlatform.buildRustPackage {
inherit pname;
version = nushell.version;
version = "0.83.1";
src = nushell.src;
cargoHash = "sha256-+RFCkM++6DgrwFjTr3JlCgh9FqDBUOQsOucbZAi+V/k=";
cargoHash = "sha256-qRKONc8rDRALEin8WGxi7Jma4uD+U+9Gu6zpmYWmGOc=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
cargoBuildFlags = [ "--package nu_plugin_gstat" ];