summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2016-11-11 10:24:29 -0500
committerGitHub <noreply@github.com>2016-11-11 10:24:29 -0500
commit0196746226e9a8a1d33de8bdf3f9e14df9f19ffa (patch)
tree88ba626682ce71a996d175f30c228beb86072192 /pkgs
parent54199414e38081e016e7a525c90bcdbcd392621a (diff)
parent9028442fcbd03794af8bf5b3e606280aa91fa0c9 (diff)
downloadnixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar.gz
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar.bz2
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar.lz
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar.xz
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.tar.zst
nixlib-0196746226e9a8a1d33de8bdf3f9e14df9f19ffa.zip
Merge pull request #20325 from NeQuissimus/ammonite_0_8_0
ammonite-repl: 0.7.9 -> 0.8.0
Diffstat (limited to 'pkgs')
-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 c2cf9506c786..f9d3b3bfb200 100644
--- a/pkgs/development/tools/ammonite/default.nix
+++ b/pkgs/development/tools/ammonite/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ammonite-repl-${version}";
-  version = "0.7.9";
+  version = "0.8.0";
 
   src = fetchurl {
     url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${version}";
-    sha256 = "1jfb5rmab45j0bizfmjhygsjzijv3zcrygws3cr5awjd6js6jg27";
+    sha256 = "1427p90nyizds8799nih527vixnw8qrwdih60bnd1aywz703yr7v";
   };
 
   propagatedBuildInputs = [ jre ] ;