taplo: 0.7.2 -> 0.8.0

authored by

figsoda and committed by
zowoq
21e32944 b6e25014

+3 -3
+3 -3
pkgs/development/tools/taplo/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "taplo"; 11 - version = "0.7.2"; 11 + version = "0.8.0"; 12 12 13 13 src = fetchCrate { 14 14 inherit version; 15 15 pname = "taplo-cli"; 16 - sha256 = "sha256-AiX6ruiyyWt33G49dD9ozFXq+3efEMzJoeWVfP5UGGo="; 16 + sha256 = "sha256-od8uL2xvIGFtftob3P0VQ+SPkwQgU68OxS6hk34c4+U="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-Uvc/1CE8eaYfelJ3U8zxF2HVx9P7G1ZVQB5tCvQDTac="; 19 + cargoSha256 = "sha256-1ba0FqegYNbRis7Nwl2RONHOxq0iuLah8a1QlWs4HfE="; 20 20 21 21 buildInputs = lib.optional stdenv.isDarwin Security; 22 22