Merge pull request #189400 from timothyklim/scala_3.2.0

scala_3: 3.1.3 -> 3.2.0
This commit is contained in:
Mario Rodas 2022-09-24 11:58:30 -05:00 committed by GitHub
commit 76d1f40e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeWrapper, jre, ncurses }:
stdenv.mkDerivation rec {
version = "3.1.3";
version = "3.2.0";
pname = "scala-bare";
src = fetchurl {
url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz";
sha256 = "sha256-nh7v3Kt3stKpBXs9b3gwFZHpwnUTySQT88NTp3CT8tc=";
sha256 = "sha256-GUvQMICPb8feCDv9fHUjDXGa7cIPPLdWLcZdGLShcng=";
};
propagatedBuildInputs = [ jre ncurses.dev ] ;