Merge pull request #216906 from LibreCybernetics/update-scala

scala: 3.2.0 → 3.2.2
This commit is contained in:
Maximilian Bosch
2023-02-19 11:21:22 +01:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
stdenv.mkDerivation rec {
version = "3.2.0";
version = "3.2.2";
pname = "scala-bare";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
sha256 = "sha256-GUvQMICPb8feCDv9fHUjDXGa7cIPPLdWLcZdGLShcng=";
hash = "sha256-t8Xt70LozePoDXE3IHejWOTWCEYcOZytRDKz/QxgmZg=";
};
propagatedBuildInputs = [ jre ncurses.dev ] ;