We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d5ea3e + 852d8d8 commit e26cdb6Copy full SHA for e26cdb6
pkgs/by-name/ca/cargo-leptos/package.nix
@@ -16,17 +16,17 @@ let
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "cargo-leptos";
19
- version = "0.2.27";
+ version = "0.2.28";
20
21
src = fetchFromGitHub {
22
owner = "leptos-rs";
23
repo = pname;
24
rev = "v${version}";
25
- hash = "sha256-1aknYwxHpMJmieg0HGu6E+uAUH01l6qZvbZsVK+cP34=";
+ hash = "sha256-SjpfM963Zux+H5QhK8prvDLuI56fP5PqX5gcVbthRx4=";
26
};
27
28
useFetchCargoVendor = true;
29
- cargoHash = "sha256-dTyPY0kUXh7PZ4kEPGX/DilN9tAV8RT2luRG3xiJK+o=";
+ cargoHash = "sha256-Da9ei4yAOfhSQmQgrUDZCmMeJXTfGnYhI1+L0JT/ECs=";
30
31
buildInputs = optionals isDarwin [
32
SystemConfiguration
0 commit comments