Merge pull request #197949 from figsoda/update-taplo

taplo: 0.7.0 -> 0.7.2
This commit is contained in:
figsoda 2022-10-27 12:26:32 -04:00 committed by GitHub
commit 3725184d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec {
pname = "taplo";
version = "0.7.0";
version = "0.7.2";
src = fetchCrate {
inherit version;
pname = "taplo-cli";
sha256 = "sha256-lJdDr6pXOxndv3mBAbqkDnVXOFklSMcnzTed0U1Nm9U=";
sha256 = "sha256-AiX6ruiyyWt33G49dD9ozFXq+3efEMzJoeWVfP5UGGo=";
};
cargoSha256 = "sha256-1wN43HOyrSFTs9nKxUi3kcnGvtONW8SgKwIEK1ckCgk=";
cargoSha256 = "sha256-Uvc/1CE8eaYfelJ3U8zxF2HVx9P7G1ZVQB5tCvQDTac=";
buildInputs = lib.optional stdenv.isDarwin Security;