cargo-leptos: 0.1.11 -> 0.2.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-08 15:51:31 +02:00
parent 2de1be5b51
commit d66945bc7a
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE
2 changed files with 584 additions and 474 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,19 +15,19 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "cargo-leptos";
version = "0.1.11";
version = "0.2.0";
src = fetchFromGitHub {
owner = "leptos-rs";
repo = pname;
rev = "v${version}";
hash = "sha256-hZevu2lwyYFenABu1uV7/mZc7SXfLzR6Pdmc3zHJ2vw=";
hash = "sha256-+qAXBLV+Jn1qWG7TThn4twUBvN7lO4MX2SSo/gdjgFY=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"leptos_hot_reload-0.3.0" = "sha256-Pl3nZaz5r5ZFagytLMczIyXEWQ6AFLb3+TrI/6Sevig=";
"leptos_hot_reload-0.5.0" = "sha256-huOwadWMYPGGWmZHxztFPPzs4UhIPEmq9rKOB6WPCTE=";
};
};