cargo-leptos: 0.2.36 -> 0.2.38

This commit is contained in:
R. Ryantm 2025-07-11 23:13:05 +00:00
parent 4eec7384a6
commit 90403f6ac2

View File

@ -8,17 +8,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-leptos"; pname = "cargo-leptos";
version = "0.2.36"; version = "0.2.38";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leptos-rs"; owner = "leptos-rs";
repo = "cargo-leptos"; repo = "cargo-leptos";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ogX8kfCC+1sh9VXT9eYDJSNtX5WH/QF5LtOOkR90Snc="; hash = "sha256-RrgWIT6pCD7MY8SwuVPNdlEl81iT5zhVbT6y9LcpY1Y=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-USMJeyNdxEOQctsVCvD1ImuEIzbzskVoz6rcU270AFg="; cargoHash = "sha256-0XsSa8/Utsqug+6rQ13drXQGgxJ7bxDwmACaZCmErws=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];