ammonite: 1.4.2 -> 1.5.0

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
wip/yesman
R. RyanTM 6 years ago committed by Tim Steinbach
parent 31ddf1f136
commit f7ec303289
  1. 4
      pkgs/development/tools/ammonite/default.nix

@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "1.4.2";
version = "1.5.0";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "10m6nnvrwzkbyhiq77wlqgzvqfqmn16y4sp983dyihjljxalygax";
sha256 = "0ivfas9lfx3wsc2c4jxi1z54vn5f4cc4j1aqq53nxfl8sx2hbm3v";
};
propagatedBuildInputs = [ jre ] ;

Loading…
Cancel
Save