leptosfmt: 0.1.30 -> 0.1.33 (#391919)

This commit is contained in:
Matthias Beyer
2025-03-27 10:35:02 +01:00
committed by GitHub
+4 -4
View File
@@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "leptosfmt";
version = "0.1.30";
version = "0.1.33";
src = fetchFromGitHub {
owner = "bram209";
repo = "leptosfmt";
rev = "85b06b9a8bb0616b6a03ba43517245c79e1dd4cf";
hash = "sha256-PiVPnni7W8SIhO6L9698RSMTD4VVTB+klLrqMzEtWWo=";
rev = version;
hash = "sha256-+trLQFU8oP45xHQ3DsEESQzQX2WpvQcfpgGC9o5ITcY=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-u0PtqWcQdt3vjoarqyiLZa8g5I+GWXPuHW6a/EtbB7o=";
cargoHash = "sha256-m9426zuxp9GfbYoljW49BVgetLTqqcqGHCb7I+Yw+bc=";
meta = with lib; {
description = "Formatter for the leptos view! macro";