Skip to content

Commit

Permalink
scala_3: 3.2.2 -> 3.3.0
Browse files Browse the repository at this point in the history
scala_2_13: 2.13.10 -> 2.13.11
scala_2_12: 2.12.15 -> 2.12.18
  • Loading branch information
timothyklim committed Jun 15, 2023
1 parent 979b423 commit 9bb37b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/compilers/scala/2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ let
};

"2.12" = {
version = "2.12.15";
sha256 = "F5RePKlHjQaoQ2BWqsa5r99g3q/cPjgsbAi2A5IberY=";
version = "2.12.18";
sha256 = "naIJCET+YPrbXln39F9aU3DBdnjcn7PYMmhDxETOA5g=";
pname = "scala_2_12";
};

"2.13" = {
version = "2.13.10";
sha256 = "sha256-sBRhWZzQeGBCxktTN5D0XlG6u5HFLcRl2EaDjpcBnMQ=";
version = "2.13.11";
sha256 = "YYLdgdICPM5SczPteFsaojqY6H3IVauji6SJLcaq8eM=";
pname = "scala_2_13";
};
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/bare.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:

stdenv.mkDerivation rec {
version = "3.2.2";
version = "3.3.0";
pname = "scala-bare";

src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
hash = "sha256-t8Xt70LozePoDXE3IHejWOTWCEYcOZytRDKz/QxgmZg=";
hash = "sha256-Bk7lCKjjucaYQxAsg2qomJQUgCK/N688JqlGTfoQFHU=";
};

propagatedBuildInputs = [ jre ncurses.dev ] ;
Expand Down

0 comments on commit 9bb37b4

Please sign in to comment.