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 844c3cc + e855c91 commit 256eea5Copy full SHA for 256eea5
pkgs/by-name/ca/cargo-leptos/package.nix
@@ -16,16 +16,16 @@ let
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "cargo-leptos";
19
- version = "0.2.25";
+ version = "0.2.26";
20
21
src = fetchFromGitHub {
22
owner = "leptos-rs";
23
repo = pname;
24
rev = "v${version}";
25
- hash = "sha256-vgYr6mMS2O4/102R+6iCW9IBziM1tIav569d36iIbl8=";
+ hash = "sha256-v1gNH3pq5db/swsk79nEzgtR4jy3f/xHs4QaLnVcVYU=";
26
};
27
28
- cargoHash = "sha256-Q3+tOpvzDqIn2M6Zrm1xK6TeTV4zrxK0PYgcIsEBIhE=";
+ cargoHash = "sha256-D9/ZXmXWrKhLLx2aJZgctidpxef53Z7H+X37m8Yz0Hs=";
29
30
buildInputs = optionals isDarwin [
31
SystemConfiguration
0 commit comments