summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-13 23:11:48 -0700
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2019-04-14 08:15:13 -0400
commit96b2ddf0df581c8665da12b686fa26eced3d3106 (patch)
tree4ba9281542eb1646ff562e4e3bdda411c1eb67ac /pkgs/development/tools/ammonite
parentcd80cab3b058c9a4de6c59e91177aa6a1b9c1eca (diff)
ammonite: 1.6.4 -> 1.6.6
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 68422f09a4f4..05c3edc66d62 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.4";
+ version = "1.6.6";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "16mx2394wmm4jvy26rlp46mb2nf8cayvxclpa6fn0sb4klqs7mc2";
+ sha256 = "1w4vk8zq57b6flp2cpjlkicz4h8bca215669w065zqhfxlpxma2g";
};
propagatedBuildInputs = [ jre ] ;