ammonite: 2.3.8 -> 2.4.0

authored by

R. RyanTM and committed by
Tim Steinbach
c3173699 b1cd2be1

+5 -5
+5 -5
pkgs/development/tools/ammonite/default.nix
··· 1 - { lib, stdenv, fetchurl, jre, nixosTests, writeScript, common-updater-scripts, git 2 - , nixfmt, nix, coreutils, gnused, disableRemoteLogging ? true }: 1 + { lib, stdenv, fetchurl, jre, nixosTests, writeScript, common-updater-scripts 2 + , git, nixfmt, nix, coreutils, gnused, disableRemoteLogging ? true }: 3 3 4 4 with lib; 5 5 ··· 9 9 common = { scalaVersion, sha256 }: 10 10 stdenv.mkDerivation rec { 11 11 pname = "ammonite"; 12 - version = "2.3.8"; 12 + version = "2.4.0"; 13 13 14 14 src = fetchurl { 15 15 url = ··· 75 75 in { 76 76 ammonite_2_12 = common { 77 77 scalaVersion = "2.12"; 78 - sha256 = "1kzk0437h2wd9jhwkvjkiaj6mscz4bh85iv266x9zz4zssb355hs"; 78 + sha256 = "K8JII6SAmnBjMWQ9a3NqSLLuP1OLcbwobj3G+OCiLdA="; 79 79 }; 80 80 ammonite_2_13 = common { 81 81 scalaVersion = "2.13"; 82 - sha256 = "0js84m6yqjd7d77md38z6nk3qzlm1ms8brzczaw05zq2c90pdbz7"; 82 + sha256 = "2F35qhWI6hNb+Eh9ZTDznqo116yN7MZIGVchaAIM36A="; 83 83 }; 84 84 }