cargo-leptos: 0.2.5 -> 0.2.13

This commit is contained in:
Grafcube 2024-03-07 08:17:09 +05:30
parent e1bf69f4ab
commit b42af21f08
No known key found for this signature in database
GPG Key ID: E383688F2878A440
2 changed files with 469 additions and 482 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,13 +15,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "cargo-leptos";
version = "0.2.5";
version = "0.2.15";
src = fetchFromGitHub {
owner = "leptos-rs";
repo = pname;
rev = version;
hash = "sha256-veRhTruM+Nw2rerzXC/kpi2Jr8mMMBLqOM2YBCpFePU=";
rev = "v${version}";
hash = "sha256-ojLAdudgset/5ynOoue8oJ5L3Z43GHDQBf0xnpkKDOg=";
};
cargoLock = {
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A build tool for the Leptos web framework";
homepage = "https://github.com/leptos-rs/cargo-leptos";
changelog = "https://github.com/leptos-rs/cargo-leptos/releases/tag/${version}";
changelog = "https://github.com/leptos-rs/cargo-leptos/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ benwis ];
};