dotty: 0.10.0-RC1 -> 0.14.0-RC1

This commit is contained in:
Tim Steinbach 2019-04-17 08:47:29 -04:00
parent e9621b2c96
commit 9429f15f31
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, ncurses }:
stdenv.mkDerivation rec {
version = "0.10.0-RC1";
version = "0.14.0-RC1";
name = "dotty-bare-${version}";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/dotty-${version}.tar.gz";
sha256 = "0s9vh0d6xx99gl0ji0dgmbq36f79c0iwfbrfqwmaclqm9yq5m54k";
sha256 = "0nrgsyhqjlpvnjqgb18pryr8q7knq3dq25jhp98s4wh76nssm1zr";
};
propagatedBuildInputs = [ jre ncurses.dev ] ;