Skip to content

Commit

Permalink
scala: 2.12.3 -> 2.12.4
Browse files Browse the repository at this point in the history
(cherry picked from commit cc2e11b)
  • Loading branch information
loskutov authored and NeQuissimus committed Oct 20, 2017
1 parent 402fde8 commit 3e1f82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:

stdenv.mkDerivation rec {
name = "scala-2.12.3";
name = "scala-2.12.4";

src = fetchurl {
url = "http://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "133w4r2214ci7r4sg2yyk9lhn62ldm4ad0d89drwrvgvffvnly9b";
sha256 = "089a54qj8psh4jxqbrrwk5zahw13fyqq24l87s3031xa675a0m4m";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 3e1f82d

Please sign in to comment.