cargo-leptos: 0.2.36 -> 0.2.38 (#424459)

This commit is contained in:
Matthias Beyer 2025-07-16 18:48:14 +02:00 committed by GitHub
commit e62097b72c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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