Merge pull request #26323 from NeQuissimus/ammonite_0_9_6

ammonite: 0.9.5 -> 0.9.6
This commit is contained in:
Jörg Thalheim 2017-06-02 22:04:57 +01:00 committed by GitHub
commit 6f6d8faa3b
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "ammonite-${version}";
version = "0.9.5";
version = "0.9.6";
scalaVersion = "2.12";
src = fetchurl {
url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}";
sha256 = "1ni829qpdm5wflc1n827b9ywpv836r2068rmj9yd2nyh8b6q2him";
sha256 = "113h8i2i6mlm4f4r2wfj9bggg46lpvamdw3c112qji2y74iriljq";
};
propagatedBuildInputs = [ jre ] ;