Merge pull request #334503 from r-ryantm/auto-update/cargo-leptos

cargo-leptos: 0.2.17 -> 0.2.18
This commit is contained in:
Nick Cao
2024-08-14 15:47:04 -04:00
committed by GitHub
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "cargo-leptos";
version = "0.2.17";
version = "0.2.18";
src = fetchFromGitHub {
owner = "leptos-rs";
repo = pname;
rev = "v${version}";
hash = "sha256-W08R1ny4LyzWehnsWSMCRjCxmvV0k7ARVbmZ740hg8w=";
hash = "sha256-53T69yX+yllfZgHyKL6aydCtc2xIKG2f/Xgcb2yopxg=";
};
cargoHash = "sha256-kuKsBnmH3bPgwuJ1q49iHMNT47Djx9BKxcMBbJ3zqis=";
cargoHash = "sha256-35QUaETifNitnIjaHRyZFdzsLRfQsoonHS5/TOkYIgU=";
buildInputs = optionals isDarwin [
SystemConfiguration