Skip to content

Commit

Permalink
update shas
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Apr 15, 2024
1 parent 75665e2 commit 0d3e3f5
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 @@ -118,3 +118,4 @@ e1d56971eeb6d307a93a2297468bbf9f32cd618f
8728efd3e0ad6c5a45f148ac1ef719bbbfcb36ed
a6bff55cb69298d79869362e8026c65dafb4d417
4e476c774d45614d117cbcc8d0b259293ce647ce
75665e2018b5c373b2e90d2299579fec7f94b3db
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 "4e476c774d45614d117cbcc8d0b259293ce647ce"}}
:sha "75665e2018b5c373b2e90d2299579fec7f94b3db"}}
: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 "4e476c774d45614d117cbcc8d0b259293ce647ce"}}
:sha "75665e2018b5c373b2e90d2299579fec7f94b3db"}}
: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 "4e476c774d45614d117cbcc8d0b259293ce647ce"}}
:sha "75665e2018b5c373b2e90d2299579fec7f94b3db"}}
: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 "4e476c774d45614d117cbcc8d0b259293ce647ce"}}
:sha "75665e2018b5c373b2e90d2299579fec7f94b3db"}}
:aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
:cljd/opts {:kind :dart
:main quickstart.helloworld}}
Expand Down

0 comments on commit 0d3e3f5

Please sign in to comment.