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 05bc768 commit 2c6ef66Copy full SHA for 2c6ef66
pkgs/development/tools/ammonite/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation rec {
4
name = "ammonite-${version}";
5
- version = "0.9.0";
+ version = "0.9.1";
6
scalaVersion = "2.12";
7
8
src = fetchurl {
9
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
10
- sha256 = "12kmsj1phbbma9mfl0saa0hhjm702hccbb6mqpawmqwhkwz48iak";
+ sha256 = "0mc59hfic3211v4ai5zhis56hck9cpalf29pz0kl75wd7g9ymidv";
11
};
12
13
propagatedBuildInputs = [ jre ] ;
0 commit comments