Merge pull request #242692 from figsoda/taplo

taplo: 0.8.0 -> 0.8.1
This commit is contained in:
Nick Cao 2023-07-11 09:03:05 +08:00 committed by GitHub
commit 42da23028c
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.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;