scala: 3.2.0 → 3.2.2

This commit is contained in:
Fabián Heredia Montiel 2023-02-17 20:22:58 -06:00
parent d48c8e181e
commit 5728350050

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 ] ;