Merge pull request #189400 from timothyklim/scala_3.2.0

scala_3: 3.1.3 -> 3.2.0

authored by

Mario Rodas and committed by
GitHub
76d1f40e 667f9308

+2 -2
+2 -2
pkgs/development/compilers/scala/bare.nix
··· 1 { lib, stdenv, fetchurl, makeWrapper, jre, ncurses }: 2 3 stdenv.mkDerivation rec { 4 - version = "3.1.3"; 5 pname = "scala-bare"; 6 7 src = fetchurl { 8 url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz"; 9 - sha256 = "sha256-nh7v3Kt3stKpBXs9b3gwFZHpwnUTySQT88NTp3CT8tc="; 10 }; 11 12 propagatedBuildInputs = [ jre ncurses.dev ] ;
··· 1 { lib, stdenv, fetchurl, makeWrapper, jre, ncurses }: 2 3 stdenv.mkDerivation rec { 4 + version = "3.2.0"; 5 pname = "scala-bare"; 6 7 src = fetchurl { 8 url = "https://github.com/lampepfl/dotty/releases/download/${version}/scala3-${version}.tar.gz"; 9 + sha256 = "sha256-GUvQMICPb8feCDv9fHUjDXGa7cIPPLdWLcZdGLShcng="; 10 }; 11 12 propagatedBuildInputs = [ jre ncurses.dev ] ;