Skip to content

Commit 58e2270

Browse files
committedMay 24, 2017
ammonite: 0.9.1 -> 0.9.3
(cherry picked from commit 997f9d6)
1 parent 984c259 commit 58e2270

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
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
name = "ammonite-${version}";
5-
version = "0.9.1";
5+
version = "0.9.3";
66
scalaVersion = "2.12";
77

88
src = fetchurl {
99
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
10-
sha256 = "0mc59hfic3211v4ai5zhis56hck9cpalf29pz0kl75wd7g9ymidv";
10+
sha256 = "1s62idj8lg2g5kz325kqjmyks7ghhl5nzc4snji25qkgxirpibpl";
1111
};
1212

1313
propagatedBuildInputs = [ jre ] ;

0 commit comments

Comments
 (0)
Please sign in to comment.