summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 18:06:44 -0800
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2019-01-18 10:53:51 -0500
commitfdf7a22bbb67ab86acb86d73182b7de4e6b7e067 (patch)
treeb31c51454d34120a8e8e8a97d6705f79710811bb /pkgs/development/tools/ammonite
parentb86ad89af583ce453c7913e1613b6f3ab124685e (diff)
ammonite: 1.6.0 -> 1.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ammonite/versions
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 6e0906487987..7804897bb819 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.6.0";
+ version = "1.6.2";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "17c6ps5i48hcjj7r6xw8mrqhy4cs7qsa787l36f30757hi1cx4qy";
+ sha256 = "0am21zrnl48d397ll4pfsrgk079jb7x8z9kpfm6fz9hznrbl12hl";
};
propagatedBuildInputs = [ jre ] ;