summary refs log tree commit diff
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-12-10 15:51:06 -0500
committerTim Steinbach <tim@nequissimus.com>2016-12-10 15:51:06 -0500
commite8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1 (patch)
tree038ef8963c39e767187e67a18e69206af07c5b8e /pkgs/development/tools/ammonite
parent2444bafbbbc3d3d0285f6b6f9b076e19924765b3 (diff)
downloadnixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar.gz
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar.bz2
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar.lz
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar.xz
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.tar.zst
nixlib-e8cd9ce8da6582b6a5ad9f527f85d1e2766d8fc1.zip
ammonite-repl: 0.8.0 -> 0.8.1
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 f9d3b3bfb200..74c15adc4834 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.8.0";
+  version = "0.8.1";
 
   src = fetchurl {
     url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${version}";
-    sha256 = "1427p90nyizds8799nih527vixnw8qrwdih60bnd1aywz703yr7v";
+    sha256 = "0xwy05yfqr1dfypka9wnm60wm0q60kmckzxfp5x79aib94f5ds51";
   };
 
   propagatedBuildInputs = [ jre ] ;