Merge pull request #27133 from NeQuissimus/ammonite_1_0_0

ammonite: 0.9.9 -> 1.0.0
This commit is contained in:
Tim Steinbach
2017-07-07 09:01:26 -04:00
committed by GitHub
2 changed files with 22 additions and 2 deletions

View File

@@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "0.9.9";
version = "1.0.0";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "0qiqy681y1w21gjxw30kn44vxh9615j3825v06aq690p56w3rc63";
sha256 = "0d74b3aasgg4ap5ishzzm4jbf1k4dxv7gzd88d69miyapsaa4p0c";
};
propagatedBuildInputs = [ jre ] ;