Skip to content

Commit 083b2c8

Browse files
committedMay 30, 2017
ammonite: 0.9.3 -> 0.9.5
(cherry picked from commit 8d68948)
1 parent ed9cfc7 commit 083b2c8

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.3";
5+
version = "0.9.5";
66
scalaVersion = "2.12";
77

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

1313
propagatedBuildInputs = [ jre ] ;

0 commit comments

Comments
 (0)