From 589c6c84dfca366d72ffc817791d82c6780d2888 Mon Sep 17 00:00:00 2001 From: Taylor Wood Date: Tue, 5 Feb 2019 21:24:40 -0600 Subject: [PATCH] Update SHA --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee9be9..842f48b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In your `deps.edn` specify an alias with a dependency on `clj.native-image`: :extra-deps {clj.native-image {:git/url "https://github.com/taylorwood/clj.native-image.git" - :sha "d97f25aa153e0f94139f5d03e60a345151815d4d"}}}} + :sha "498baa963e914fd817dbf33ea251729efd0c8f95"}}}} :jvm-opts ["-Dclojure.compiler.direct-linking=true"]} ```