Skip to content

Commit

Permalink
ammonite: 0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
(cherry picked from commit f6e0e71)
  • Loading branch information
NeQuissimus committed Apr 24, 2017
1 parent 2d88a1b commit 93870d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ammonite/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "ammonite-repl-${version}";
version = "0.8.2";
version = "0.8.3";

src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/2.12-${version}";
sha256 = "0fgwqdvk0nljd6xm16r8qdhjcp7ix4vx91w5ab856hllf4911120";
sha256 = "0y4524y2w7aq300djcazb7ckkr3gqpim2grcgb237mxq3fdvb0r8";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 93870d9

Please sign in to comment.