Skip to content

Commit

Permalink
update shas
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Aug 14, 2022
1 parent 86fab8b commit 2b0c1e1
Show file tree
Hide file tree
Showing 4 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 @@ -53,3 +53,4 @@ a41f33bb47d5ba67ba549f03ad546383b5418724
1ce6010df74fccdf0a50a50889a2ac78ec0f5203
cd0364fd0de3454f91a0c947649422e6b427d60f
91026596ca4405ec6a2c31af49d7481a084a6ebf
86fab8b3d62051bcf9c500c49fb097137e8b76ed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cat << EOF > deps.edn
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "91026596ca4405ec6a2c31af49d7481a084a6ebf"}}
:sha "86fab8b3d62051bcf9c500c49fb097137e8b76ed"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :flutter
:main acme.main}}
Expand Down
4 changes: 2 additions & 2 deletions doc/flutter-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat << EOF > deps.edn
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
tensegritics/clojuredart
{:git/url "git@github.com:tensegritics/ClojureDart.git"
:sha "91026596ca4405ec6a2c31af49d7481a084a6ebf"}}
:sha "86fab8b3d62051bcf9c500c49fb097137e8b76ed"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :flutter
:main acme.main}}
Expand All @@ -46,7 +46,7 @@ cat << EOF > deps.edn
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "91026596ca4405ec6a2c31af49d7481a084a6ebf"}}
:sha "86fab8b3d62051bcf9c500c49fb097137e8b76ed"}}
: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 "git@github.com:tensegritics/ClojureDart.git"
; or "https://github.com/tensegritics/ClojureDart.git"
:sha "91026596ca4405ec6a2c31af49d7481a084a6ebf"}}
:sha "86fab8b3d62051bcf9c500c49fb097137e8b76ed"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :dart
:main quickstart.helloworld}}
Expand Down

0 comments on commit 2b0c1e1

Please sign in to comment.