Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
dotty: 0.10.0-RC1 -> 0.14.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 17, 2019
1 parent e9621b2 commit 9429f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/dotty-bare.nix
@@ -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 ] ;
Expand Down

0 comments on commit 9429f15

Please sign in to comment.