Skip to content

Commit e26cdb6

Browse files
authored
cargo-leptos: 0.2.27 -> 0.2.28 (#384402)
2 parents 0d5ea3e + 852d8d8 commit e26cdb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-leptos/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ let
1616
in
1717
rustPlatform.buildRustPackage rec {
1818
pname = "cargo-leptos";
19-
version = "0.2.27";
19+
version = "0.2.28";
2020

2121
src = fetchFromGitHub {
2222
owner = "leptos-rs";
2323
repo = pname;
2424
rev = "v${version}";
25-
hash = "sha256-1aknYwxHpMJmieg0HGu6E+uAUH01l6qZvbZsVK+cP34=";
25+
hash = "sha256-SjpfM963Zux+H5QhK8prvDLuI56fP5PqX5gcVbthRx4=";
2626
};
2727

2828
useFetchCargoVendor = true;
29-
cargoHash = "sha256-dTyPY0kUXh7PZ4kEPGX/DilN9tAV8RT2luRG3xiJK+o=";
29+
cargoHash = "sha256-Da9ei4yAOfhSQmQgrUDZCmMeJXTfGnYhI1+L0JT/ECs=";
3030

3131
buildInputs = optionals isDarwin [
3232
SystemConfiguration

0 commit comments

Comments
 (0)