cargo-leptos: 0.2.15 -> 0.2.16
This commit is contained in:
parent
a07fe6bab8
commit
10b4c1a1de
1 changed files with 3 additions and 3 deletions
|
@ -15,16 +15,16 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-leptos";
|
pname = "cargo-leptos";
|
||||||
version = "0.2.15";
|
version = "0.2.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "leptos-rs";
|
owner = "leptos-rs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ojLAdudgset/5ynOoue8oJ5L3Z43GHDQBf0xnpkKDOg=";
|
hash = "sha256-yDBVo3GarKvcuMX7mxdxx0SJSJ5VOX3bUx6XmYxLfq4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-OjA1M/PcMxQ7MvBf6hIn+TSCnFvIwQ+08xPcY+jWs9s=";
|
cargoHash = "sha256-DZbZ3SHGWvje0gEqlx2mdLvCR4U3Xzkp8gS9FIbxW6g=";
|
||||||
|
|
||||||
buildInputs = optionals isDarwin [
|
buildInputs = optionals isDarwin [
|
||||||
SystemConfiguration
|
SystemConfiguration
|
||||||
|
|
Loading…
Reference in a new issue