Skip to content

Commit

Permalink
scala: 2.12.1 -> 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 20, 2017
1 parent e662e03 commit 4b9ac70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/default.nix
Original file line number Diff line number Diff line change
@@ -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 ] ;
Expand Down

0 comments on commit 4b9ac70

Please sign in to comment.