Skip to content

Commit 57fef3d

Browse files
committedMar 2, 2018
ammonite: 1.0.3 -> 1.0.5
(cherry picked from commit a145640)
1 parent 285c8ce commit 57fef3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/tools/ammonite/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
with stdenv.lib;
66
stdenv.mkDerivation rec {
77
name = "ammonite-${version}";
8-
version = "1.0.3";
8+
version = "1.0.5";
99
scalaVersion = "2.12";
1010

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

1616
propagatedBuildInputs = [ jre ] ;

0 commit comments

Comments
 (0)