Skip to content

Commit

Permalink
update shas
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Jun 30, 2023
1 parent cbc9e59 commit ca5a3e7
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 @@ -100,3 +100,4 @@ e8426f184c4635977384acd0721ae11e826960b9
f2709454569ca0bc7f666f475fb09293fbb1eb31
d8169d5acf41558d5e0f90795f667e3c02dd2268
1bc825d27d749802545fc9848e59ff8f78ba1a82
cbc9e592e8602e594cf2dbf6393eec1ff32ca5db
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cat << EOF > deps.edn
{:paths ["src"] ; where your cljd files are
:deps {tensegritics/clojuredart
{:git/url "https://github.com/tensegritics/ClojureDart.git"
:sha "1bc825d27d749802545fc9848e59ff8f78ba1a82"}}
:sha "cbc9e592e8602e594cf2dbf6393eec1ff32ca5db"}}
: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 "1bc825d27d749802545fc9848e59ff8f78ba1a82"}}
:sha "cbc9e592e8602e594cf2dbf6393eec1ff32ca5db"}}
: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 "1bc825d27d749802545fc9848e59ff8f78ba1a82"}}
:sha "cbc9e592e8602e594cf2dbf6393eec1ff32ca5db"}}
: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 "1bc825d27d749802545fc9848e59ff8f78ba1a82"}}
:sha "cbc9e592e8602e594cf2dbf6393eec1ff32ca5db"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :dart
:main quickstart.helloworld}}
Expand Down

0 comments on commit ca5a3e7

Please sign in to comment.