summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-08-22 13:16:57 -0400
committerTim Steinbach <tim@nequissimus.com>2017-08-22 13:16:57 -0400
commite6b77e2198a269ab114c1151deefbce19bfcab61 (patch)
tree779f3e8ef04945f940b8aad854da0afa70c84412 /pkgs/development/tools/ammonite
parent6461b609dbfbba1ced11a5ec482c0cd03c915a2d (diff)
ammonite: 1.0.1 -> 1.0.2
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 bd1be88bb32d..46a213f219df 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.1";
+ version = "1.0.2";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "1gfswia6wg1z8whzmca7zmrkbhkvianbyd15yimnbd08minm1z2d";
+ sha256 = "11xn84q947qrf0p2p37pyx9nphl6542jbdan3mjcmdi4p29qgds8";
};
propagatedBuildInputs = [ jre ] ;