leptosfmt: 0.1.15 -> 0.1.16
Diff: https://github.com/bram209/leptosfmt/compare/0.1.15...0.1.16 Changelog: https://github.com/bram209/leptosfmt/blob/0.1.16/CHANGELOG.md
This commit is contained in:
parent
ba10489eae
commit
5627fa4b54
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "leptosfmt";
|
pname = "leptosfmt";
|
||||||
version = "0.1.15";
|
version = "0.1.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bram209";
|
owner = "bram209";
|
||||||
repo = "leptosfmt";
|
repo = "leptosfmt";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-LbF/j6yKcH/OmrcYAvTN8L2XFYnULAAh9hCGsG/JkFg=";
|
hash = "sha256-VzKwBqVoGa3bF6NK7mGOBEzUk9H+ZVQ/NdE/hhCEhUg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-92sRJt6d96BoinXlw432Fyn2EjsuSUdOwyFtqj0iUXw=";
|
cargoHash = "sha256-OHAK1UX2mSBASUHT4qhGmWUdCrvP18RmXMCSnGSUBAA=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A formatter for the leptos view! macro";
|
description = "A formatter for the leptos view! macro";
|
||||||
|
|
Loading…
Reference in a new issue