Skip to content

Commit

Permalink
ammonite: 1.0.3 -> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 2, 2018
1 parent e232ebe commit a145640
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.3";
version = "1.0.5";
scalaVersion = "2.12";

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

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit a145640

Please sign in to comment.