Skip to content

Commit

Permalink
dotty: 0.23.0-RC1 -> 0.26.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
skykanin authored and Jon committed Aug 4, 2020
1 parent 0b6f0b7 commit be2538f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/dotty-bare.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, ncurses }:

stdenv.mkDerivation rec {
version = "0.23.0-RC1";
version = "0.26.0-RC1";
pname = "dotty-bare";

src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/dotty-${version}.tar.gz";
sha256 = "0c64dw2qp8mhgsll8viqaiy34wq1ablkbc4bi813a1r4nqg57sv0";
sha256 = "16njy9f0lk7q5x5w1k4yqy644005w4cxhq20r8i2qslhxjndz66f";
};

propagatedBuildInputs = [ jre ncurses.dev ] ;
Expand Down

0 comments on commit be2538f

Please sign in to comment.