Merge pull request #25175 from NeQuissimus/ammonite_0_8_3

ammonite: 0.8.2 -> 0.8.3

authored by

Tim Steinbach and committed by
GitHub
cc4649dd 4d7f97b1

+2 -2
+2 -2
pkgs/development/tools/ammonite/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "ammonite-repl-${version}"; 5 - version = "0.8.2"; 5 + version = "0.8.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/2.12-${version}"; 9 - sha256 = "0fgwqdvk0nljd6xm16r8qdhjcp7ix4vx91w5ab856hllf4911120"; 9 + sha256 = "0y4524y2w7aq300djcazb7ckkr3gqpim2grcgb237mxq3fdvb0r8"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ jre ] ;