Merge pull request #25050 from NeQuissimus/scala_2_12_2

scala: 2.12.1 -> 2.12.2
This commit is contained in:
Tim Steinbach 2017-04-20 17:15:46 -04:00 committed by GitHub
commit 2352e2a5ea

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:
stdenv.mkDerivation rec {
name = "scala-2.12.1";
name = "scala-2.12.2";
src = fetchurl {
url = "http://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "0nf37ix3rrm50s7dacwlyr8fl1hgrbxbw5yz21qf58rj8n46ic2d";
sha256 = "1xd68q9h0vzqndar3r4mvabbd7naa25fbiciahkhxwgw8sr6hq8r";
};
propagatedBuildInputs = [ jre ] ;