about summary refs log tree commit diff
path: root/pkgs/development/interpreters/clojure/babashka.nix
diff options
context:
space:
mode:
authorBenjamin Andresen <b@lambda.icu>2020-04-24 19:44:19 +0200
committerBenjamin Andresen <b@lambda.icu>2020-04-24 19:47:33 +0200
commit07f69d4e379d02c2d814afdbde4b839c7339fe91 (patch)
tree11cb9e21892ab585cf9505acf7ca7df7955ff10c /pkgs/development/interpreters/clojure/babashka.nix
parentf601ab37c2fb7e5f65989a92df383bcd6942567a (diff)
downloadnixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar.gz
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar.bz2
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar.lz
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar.xz
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.tar.zst
nixlib-07f69d4e379d02c2d814afdbde4b839c7339fe91.zip
babashka: 0.0.78 -> 0.0.89
Diffstat (limited to 'pkgs/development/interpreters/clojure/babashka.nix')
-rw-r--r--pkgs/development/interpreters/clojure/babashka.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/clojure/babashka.nix b/pkgs/development/interpreters/clojure/babashka.nix
index db849bb542de..6d75ec17a758 100644
--- a/pkgs/development/interpreters/clojure/babashka.nix
+++ b/pkgs/development/interpreters/clojure/babashka.nix
@@ -3,17 +3,17 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   pname = "babashka";
-  version = "0.0.78";
+  version = "0.0.89";
 
   reflectionJson = fetchurl {
     name = "reflection.json";
     url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-reflection.json";
-    sha256 = "1m1nwdxjsc6bkdzkbsll316ly0c3qxaimjzyfph1220irjxnm7xf";
+    sha256 = "0bc5rbizd2lg7qfh733yiip8m9zqrwgjf5ca09sdibxp7nhhsjby";
   };
 
   src = fetchurl {
     url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
-    sha256 = "01w990zk5qjrbnc846snh6na002kdyrlrfnqwg03ibx20g3mr7if";
+    sha256 = "11jhqbm3svvikr9glz8wwps1267y25g3384ijw6avn267s7d7l8c";
   };
 
   dontUnpack = true;
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
       --no-fallback \
       --no-server \
       --report-unsupported-elements-at-runtime \
+      "--initialize-at-run-time=org.postgresql.sspi.SSPIClient" \
       "-J-Xmx3g"
   '';