Skip to content

Commit

Permalink
update shas
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Nov 29, 2023
1 parent 303e262 commit 1883100
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .hashes
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ e427fb86f2e61b36ecf18c89cdac413ff5374dd8
1ba3d2240b3bc5c104620be6d3f723db77dfed68
d118c2cb443ef0b0b2392917786288a680774131
39137a89169abe2f288d256cf7a014e45741aaa4
303e2621391abaf52a7179efb848bf6d73ebb2e8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cat << EOF > deps.edn
{:paths ["src"] ; where your cljd files are
:deps {tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "39137a89169abe2f288d256cf7a014e45741aaa4"}}
:sha "303e2621391abaf52a7179efb848bf6d73ebb2e8"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :flutter
:main acme.main}}
Expand Down
2 changes: 1 addition & 1 deletion deps.latest.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src"]
:deps {tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "39137a89169abe2f288d256cf7a014e45741aaa4"}}
:sha "303e2621391abaf52a7179efb848bf6d73ebb2e8"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :flutter
:main acme.main}}
2 changes: 1 addition & 1 deletion doc/flutter-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat << EOF > deps.edn
{:paths ["src"] ; where your cljd files are
:deps {tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "39137a89169abe2f288d256cf7a014e45741aaa4"}}
:sha "303e2621391abaf52a7179efb848bf6d73ebb2e8"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :flutter
:main acme.main}}
Expand Down
2 changes: 1 addition & 1 deletion doc/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cat << EOF > deps.edn
tensegritics/clojuredart
{:git/url "[email protected]:tensegritics/ClojureDart.git"
; or "https://github.com/tensegritics/ClojureDart.git"
:sha "39137a89169abe2f288d256cf7a014e45741aaa4"}}
:sha "303e2621391abaf52a7179efb848bf6d73ebb2e8"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :dart
:main quickstart.helloworld}}
Expand Down

0 comments on commit 1883100

Please sign in to comment.