Unverified Commit 65f2eaa3 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

taplo: 0.9.0 -> 0.9.3 (#338012)

parents 60d21376 c1e54305
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -4,21 +4,21 @@
, pkg-config
, openssl
, stdenv
, Security
, darwin
, withLsp ? true
}:

rustPlatform.buildRustPackage rec {
  pname = "taplo";
  version = "0.9.0";
  version = "0.9.3";

  src = fetchCrate {
    inherit version;
    pname = "taplo-cli";
    hash = "sha256-vvb00a6rppx9kKx+pzObT/hW/IsG6RyYFEDp9M5gvqc=";
    hash = "sha256-dNGQbaIfFmgXh2AOcaE74BTz7/jaiBgU7Y1pkg1rV7U=";
  };

  cargoHash = "sha256-oT7U9htu7J22MqLZb+YXohlB1CVGxHGQvHJu18PeLf8=";
  cargoHash = "sha256-iucjewjRCunKxKCqeZwf7bdEo7+aN9hfWPwUAJhaSq0=";

  nativeBuildInputs = [
    pkg-config
@@ -27,7 +27,8 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [
    openssl
  ] ++ lib.optionals stdenv.isDarwin [
    Security
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  buildFeatures = lib.optional withLsp "lsp";
+1 −3
Original line number Diff line number Diff line
@@ -19021,9 +19021,7 @@ with pkgs;
  szyszka = callPackage ../tools/misc/szyszka { };
  taplo = callPackage ../development/tools/taplo {
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  taplo = callPackage ../development/tools/taplo { };
  taoup = callPackage ../tools/misc/taoup { };