Merge pull request #259769 from cafkafk/cafk-cargo-leptos-0.2.0

cargo-leptos: 0.1.11 -> 0.2.0
This commit is contained in:
Samuel Dionne-Riel 2023-10-09 00:43:50 -04:00 committed by GitHub
commit 5a9c737c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=";
};
};