summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-27 08:59:09 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-27 08:59:09 -0400
commit945b681d3b1e32d2dcea528ce4e5396408c1bb74 (patch)
tree7e082bae2dd1354774b30f42273e104fd6494ab2 /pkgs/development/tools/ammonite
parentca28546bfcc32be8a13be71c474b245ff2d9f84b (diff)
ammonite: 1.0.5 -> 1.1.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 3aa64356896f..beebd8ada9bb 100644
--- a/pkgs/development/tools/ammonite/default.nix
+++ b/pkgs/development/tools/ammonite/default.nix
@@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ammonite-${version}";
- version = "1.0.5";
+ version = "1.1.0";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "10y73a4aaz3530qr9mms1j70c6dxgl9kwvnpbh062gnrbyw34z9l";
+ sha256 = "0dx5w1ffnqazsyp6zxrmfcn7yhkkd81h7njwbqqv1pbchj5znj6l";
};
propagatedBuildInputs = [ jre ] ;