taplo: 0.8.0 -> 0.8.1

Diff: https://diff.rs/taplo-cli/0.8.0/0.8.1
This commit is contained in:
figsoda 2023-07-10 15:03:52 -04:00
parent 4dc542d801
commit 0123e9d470

View File

@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec {
pname = "taplo";
version = "0.8.0";
version = "0.8.1";
src = fetchCrate {
inherit version;
pname = "taplo-cli";
sha256 = "sha256-od8uL2xvIGFtftob3P0VQ+SPkwQgU68OxS6hk34c4+U=";
sha256 = "sha256-evNW6OA7rArj0TvOaQgktcQy0tWnel3ZL+ic78e6lOk=";
};
cargoSha256 = "sha256-1ba0FqegYNbRis7Nwl2RONHOxq0iuLah8a1QlWs4HfE=";
cargoSha256 = "sha256-jeLjoqEieR96mUZQmQtv7P78lmOaF18ruVhZLi/TieQ=";
buildInputs = lib.optional stdenv.isDarwin Security;