Merge pull request #244546 from Philipp-M/update-cargo-leptos-0.1.11

cargo-leptos: 0.1.8 -> 0.1.11
This commit is contained in:
Nick Cao
2023-07-20 19:10:39 -06:00
committed by GitHub
2 changed files with 3305 additions and 5 deletions
File diff suppressed because it is too large Load Diff
@@ -11,20 +11,26 @@ let
CoreServices
Security;
inherit (lib) optionals;
inherit (stdenv) isDarwin isLinux;
inherit (stdenv) isDarwin;
in
rustPlatform.buildRustPackage rec {
pname = "cargo-leptos";
version = "0.1.8";
version = "0.1.11";
src = fetchFromGitHub {
owner = "leptos-rs";
repo = pname;
rev = version;
hash = "sha256-z4AqxvKu9E8GGMj6jNUAAWeqoE/j+6NoAEZWeNZ+1BA=";
rev = "v${version}";
hash = "sha256-hZevu2lwyYFenABu1uV7/mZc7SXfLzR6Pdmc3zHJ2vw=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"leptos_hot_reload-0.3.0" = "sha256-Pl3nZaz5r5ZFagytLMczIyXEWQ6AFLb3+TrI/6Sevig=";
};
};
cargoHash = "sha256-w/9W4DXbh4G5DZ8IGUz4nN3LEjHhL7HgybHqODMFzHw=";
nativeBuildInputs = optionals (!isDarwin) [ pkg-config ];
buildInputs = optionals (!isDarwin) [