summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ammonite
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 07:31:12 -0800
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-12-17 14:24:36 +0000
commitf7ec30328981a89e8c0a3facd1922a768f157aff (patch)
tree96de920b8bc555fcb9b953aa7123bffec0f26eb7 /pkgs/development/tools/ammonite
parent31ddf1f136ae25bb5008434b6c16577aef318bf3 (diff)
ammonite: 1.4.2 -> 1.5.0
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 ab1f6c7706fe..d80270f65b7d 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.4.2";
+ version = "1.5.0";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
- sha256 = "10m6nnvrwzkbyhiq77wlqgzvqfqmn16y4sp983dyihjljxalygax";
+ sha256 = "0ivfas9lfx3wsc2c4jxi1z54vn5f4cc4j1aqq53nxfl8sx2hbm3v";
};
propagatedBuildInputs = [ jre ] ;