Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ammonite: 1.6.4 -> 1.6.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions

authored by R. RyanTM and committed by Tim Steinbach 96b2ddf0 cd80cab3

+2 -2
+2 -2
pkgs/development/tools/ammonite/default.nix
··· 5 with stdenv.lib; 6 stdenv.mkDerivation rec { 7 name = "ammonite-${version}"; 8 - version = "1.6.4"; 9 scalaVersion = "2.12"; 10 11 src = fetchurl { 12 url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}"; 13 - sha256 = "16mx2394wmm4jvy26rlp46mb2nf8cayvxclpa6fn0sb4klqs7mc2"; 14 }; 15 16 propagatedBuildInputs = [ jre ] ;
··· 5 with stdenv.lib; 6 stdenv.mkDerivation rec { 7 name = "ammonite-${version}"; 8 + version = "1.6.6"; 9 scalaVersion = "2.12"; 10 11 src = fetchurl { 12 url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}"; 13 + sha256 = "1w4vk8zq57b6flp2cpjlkicz4h8bca215669w065zqhfxlpxma2g"; 14 }; 15 16 propagatedBuildInputs = [ jre ] ;