Skip to content

Commit 2c6ef66

Browse files
committedMay 23, 2017
ammonite: 0.9.0 -> 0.9.1
(cherry picked from commit 347cb0b)
1 parent 05bc768 commit 2c6ef66

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

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

1313
propagatedBuildInputs = [ jre ] ;

0 commit comments

Comments
 (0)
Please sign in to comment.