scala_2_13: 2.13.5 → 2.13.6

dotty: 3.0.0-RC3 → 3.0.0
This commit is contained in:
Timothy Klim 2021-05-18 09:43:12 +07:00
parent 594fbfe279
commit a98f5738d2
2 changed files with 4 additions and 4 deletions

View file

@ -26,8 +26,8 @@ let
};
"2.13" = {
version = "2.13.5";
sha256 = "1ah5rw6xqksiayi5i95r3pcff961q71ilishzn2kmg673z0j2b7d";
version = "2.13.6";
sha256 = "Sd+SUDzRHMPGSWg9s2jlh4t+eS5AFW0jd+UjJuk17UM=";
pname = "scala_2_13";
};
};

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
stdenv.mkDerivation rec {
version = "3.0.0-RC3";
version = "3.0.0";
pname = "dotty-bare";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
sha256 = "1xp9nql2l62fra8p29fgk3srdbvza9g5inxr8p0sihsrp0bgxa0m";
sha256 = "/F2yv4XH0I3oC3IFqj+jwpzShCtTEfTzg+J26Xl+P+Y=";
};
propagatedBuildInputs = [ jre ncurses.dev ] ;