lol

leptosfmt: 0.1.16 -> 0.1.17

Diff: https://github.com/bram209/leptosfmt/compare/0.1.16...0.1.17

Changelog: https://github.com/bram209/leptosfmt/blob/0.1.17/CHANGELOG.md

figsoda 39ae78ab 91ac36c5

+3 -3
+3 -3
pkgs/development/tools/rust/leptosfmt/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "leptosfmt"; 8 - version = "0.1.16"; 8 + version = "0.1.17"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bram209"; 12 12 repo = "leptosfmt"; 13 13 rev = version; 14 - hash = "sha256-VzKwBqVoGa3bF6NK7mGOBEzUk9H+ZVQ/NdE/hhCEhUg="; 14 + hash = "sha256-LZOB0HF6Chs1BxRPqQnMQrjk2CbFR2UoVQl+W32R9yI="; 15 15 }; 16 16 17 - cargoHash = "sha256-OHAK1UX2mSBASUHT4qhGmWUdCrvP18RmXMCSnGSUBAA="; 17 + cargoHash = "sha256-9io8cSKwBONw8epPw5foa+/ur4VvvjQrOcj5Hse3oJ4="; 18 18 19 19 meta = with lib; { 20 20 description = "A formatter for the leptos view! macro";