Unverified Commit e3cc9771 authored by Yt's avatar Yt Committed by GitHub
Browse files

nushell: 0.103.0 -> 0.104.0 (#402983)

parents 5331d6e0 5cfc3262
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
}:

let
  version = "0.103.0";
  version = "0.104.0";
in

rustPlatform.buildRustPackage {
@@ -34,11 +34,11 @@ rustPlatform.buildRustPackage {
    owner = "nushell";
    repo = "nushell";
    tag = version;
    hash = "sha256-PqhZFzFkvOtznJV3h25X02ZgLLvlheMm9R0tibcBrbQ=";
    hash = "sha256-F4nHCOpbcvmdXDX5KJc9MS3hIIrtMlZR8IjDU7Us/xs=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-8q/z0SmhTKsTlixze8Deej4rFsO4QyDce2OvIvE4AcY=";
  cargoHash = "sha256-zem4HgxO0DD22Bxvs9KN3Zb5E991svV5qcw7MfDUOq4=";

  nativeBuildInputs =
    [ pkg-config ]
+1 −2
Original line number Diff line number Diff line
@@ -11,9 +11,8 @@

rustPlatform.buildRustPackage rec {
  pname = "nushell_plugin_formats";
  inherit (nushell) version src;
  inherit (nushell) version src cargoHash;
  useFetchCargoVendor = true;
  cargoHash = "sha256-8q/z0SmhTKsTlixze8Deej4rFsO4QyDce2OvIvE4AcY=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
+1 −2
Original line number Diff line number Diff line
@@ -11,9 +11,8 @@

rustPlatform.buildRustPackage rec {
  pname = "nushell_plugin_gstat";
  inherit (nushell) version src;
  inherit (nushell) version src cargoHash;
  useFetchCargoVendor = true;
  cargoHash = "sha256-8q/z0SmhTKsTlixze8Deej4rFsO4QyDce2OvIvE4AcY=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
+1 −2
Original line number Diff line number Diff line
@@ -12,10 +12,9 @@

rustPlatform.buildRustPackage rec {
  pname = "nushell_plugin_polars";
  inherit (nushell) version src;
  inherit (nushell) version src cargoHash;

  useFetchCargoVendor = true;
  cargoHash = "sha256-8q/z0SmhTKsTlixze8Deej4rFsO4QyDce2OvIvE4AcY=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs =
+1 −2
Original line number Diff line number Diff line
@@ -13,9 +13,8 @@

rustPlatform.buildRustPackage rec {
  pname = "nushell_plugin_query";
  inherit (nushell) version src;
  inherit (nushell) version src cargoHash;
  useFetchCargoVendor = true;
  cargoHash = "sha256-8q/z0SmhTKsTlixze8Deej4rFsO4QyDce2OvIvE4AcY=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs =