Skip to content

Commit

Permalink
ammonite: 0.9.5 -> 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 2, 2017
1 parent 1fe17ee commit d605193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ammonite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "0.9.5";
version = "0.9.6";
scalaVersion = "2.12";

src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "1ni829qpdm5wflc1n827b9ywpv836r2068rmj9yd2nyh8b6q2him";
sha256 = "113h8i2i6mlm4f4r2wfj9bggg46lpvamdw3c112qji2y74iriljq";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit d605193

Please sign in to comment.