Skip to content

Commit

Permalink
ammonite: 1.5.0 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 23, 2018
1 parent 98625b2 commit 3f9ffdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ammonite/default.nix
Expand Up @@ -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 ] ;
Expand Down

0 comments on commit 3f9ffdd

Please sign in to comment.