Merge pull request #41626 from karolchmist/dotty-bump-0.8.0

dotty: 0.6.0-RC1 -> 0.8.0-RC1
This commit is contained in:
Jörg Thalheim 2018-06-09 08:32:38 +01:00 committed by GitHub
commit 1417bab036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "0.6.0-RC1";
version = "0.8.0-RC1";
name = "dotty-bare-${version}";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/dotty-${version}.tar.gz";
sha256 = "de1f5e72fb0e0b4c377d6cec93f565eff49769698cd8be01b420705fe8475ca4";
sha256 = "e5b7a9bb6f1007146a440ddfff871cc312075e5d69b9ab7e279ad7c3514f7065";
};
propagatedBuildInputs = [ jre ] ;