Loading pkgs/development/compilers/scala/2.x.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; }; }; Loading pkgs/development/compilers/scala/bare.nix +2 −2 Original line number Diff line number Diff line { 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 ] ; Loading Loading
pkgs/development/compilers/scala/2.x.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; }; }; Loading
pkgs/development/compilers/scala/bare.nix +2 −2 Original line number Diff line number Diff line { 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 ] ; Loading