ammonite: 1.5.0 -> 1.6.0

This commit is contained in:
Tim Steinbach 2018-12-22 22:05:55 -05:00
parent 98625b2bee
commit 3f9ffdde5a
No known key found for this signature in database
GPG key ID: C5629893DE283C96

View file

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