summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-05-21 09:37:27 -0400
committerTim Steinbach <tim@nequissimus.com>2017-05-21 09:37:27 -0400
commit207c4427b23b098b146908597dae1f7b3df65c39 (patch)
tree3704b055ef2f6fd1f634a3210282e196f9abf147 /pkgs/development/tools/ammonite
parent06e85fdd373f1fe62bbbdf00353d8e45c9521b71 (diff)
ammonite: 0.8.5 -> 0.9.0
Diffstat (limited to 'pkgs/development/tools/ammonite')
-rw-r--r--pkgs/development/tools/ammonite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ammonite/default.nix b/pkgs/development/tools/ammonite/default.nix
index 69f6fb47cb9e..58788a9290bd 100644
--- a/pkgs/development/tools/ammonite/default.nix
+++ b/pkgs/development/tools/ammonite/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "ammonite-${version}";
- version = "0.8.5";
+ version = "0.9.0";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "1n06w18wnkawfwd3xf37zv2010d6crldzgb78dqcjk91i5rdlnsx";
+ sha256 = "12kmsj1phbbma9mfl0saa0hhjm702hccbb6mqpawmqwhkwz48iak";
};
propagatedBuildInputs = [ jre ] ;