We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 984c259 commit 58e2270Copy full SHA for 58e2270
pkgs/development/tools/ammonite/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation rec {
4
name = "ammonite-${version}";
5
- version = "0.9.1";
+ version = "0.9.3";
6
scalaVersion = "2.12";
7
8
src = fetchurl {
9
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
10
- sha256 = "0mc59hfic3211v4ai5zhis56hck9cpalf29pz0kl75wd7g9ymidv";
+ sha256 = "1s62idj8lg2g5kz325kqjmyks7ghhl5nzc4snji25qkgxirpibpl";
11
};
12
13
propagatedBuildInputs = [ jre ] ;
0 commit comments