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 2d88a1b commit 93870d9Copy full SHA for 93870d9
pkgs/development/tools/ammonite/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "ammonite-repl-${version}";
5
- version = "0.8.2";
+ version = "0.8.3";
6
7
src = fetchurl {
8
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/2.12-${version}";
9
- sha256 = "0fgwqdvk0nljd6xm16r8qdhjcp7ix4vx91w5ab856hllf4911120";
+ sha256 = "0y4524y2w7aq300djcazb7ckkr3gqpim2grcgb237mxq3fdvb0r8";
10
};
11
12
propagatedBuildInputs = [ jre ] ;
0 commit comments