Merge pull request #47092 from r-ryantm/auto-update/ammonite

ammonite: 1.2.0 -> 1.2.1
This commit is contained in:
Jörg Thalheim 2018-09-21 12:28:01 +01:00 committed by GitHub
commit a6701a86fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "1.2.0";
version = "1.2.1";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "08kh4j9jsg3c3ks9q5f01i13d1ak701vjviy5wb3y6xsajg62nfj";
sha256 = "096xychdq1pmyjfv4cv4pvm29dk539rxpq3iaz9rpznp01af4mjf";
};
propagatedBuildInputs = [ jre ] ;