Skip to content

Commit

Permalink
ammonite: 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
(cherry picked from commit e2e5979)
  • Loading branch information
NeQuissimus committed Oct 23, 2017
1 parent a811d24 commit 7360d54
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.0.2";
version = "1.0.3";
scalaVersion = "2.12";

src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "11xn84q947qrf0p2p37pyx9nphl6542jbdan3mjcmdi4p29qgds8";
sha256 = "0pa60fy5skx781hwspaskisv8zx0sfddkvprgmwkhfdpz892srwm";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 7360d54

Please sign in to comment.