Skip to content

Commit

Permalink
update leptosfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 3, 2024
1 parent 8b523f2 commit c988e66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ If you want the database to be persistent, you bind mount a location in. You nee
There isn't a fully fleshed out example for this... Assuming you can access postgresql from the docker container:

```
docker run --rm -p 3000:3000 -p 50332:50332 ghcr.io/dolcetriade/blade:0.1 --db_path postgres://username:password@localhost/diesel_demo
docker run --rm -p 3000:3000 -p 50332:50332 ghcr.io/dolcetriade/blade:0.1 --db_path postgres://username:password@localhost/blade
```

Note that the database must exist prior to starting blade.

# Building

## Environment
Expand Down
6 changes: 3 additions & 3 deletions third_party/nix/leptosfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "leptosfmt";
version = "0.1.17";
version = "0.1.18";

src = fetchFromGitHub {
owner = "bram209";
repo = pname;
rev = version;
hash = "sha256-LZOB0HF6Chs1BxRPqQnMQrjk2CbFR2UoVQl+W32R9yI=";
hash = "sha256-bNfTZgcru7PJR/9AcaOmW0E8QwdiXcuP7MWXcDPXGso=";
};

cargoHash = "sha256-9io8cSKwBONw8epPw5foa+/ur4VvvjQrOcj5Hse3oJ4=";
cargoHash = "sha256-NQYIq9Wc2mtUGeS3Iv2e0nfQkvcX6hOxZ6FHVcHD5cs=";

meta = with lib; {
description = "A formatter for the leptos view! macro.";
Expand Down

0 comments on commit c988e66

Please sign in to comment.