Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
scala_2_12: 2.12.8 -> 2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Aug 9, 2019
1 parent c4ac0a8 commit 93e5ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/2.12.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:

stdenv.mkDerivation rec {
name = "scala-2.12.8";
name = "scala-2.12.9";

src = fetchurl {
url = "https://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "18w0vdbsp0q5rxglgalwlgkggld926bqi1fxc598rn4gh46a03j4";
sha256 = "0wpnxrhnhhscfk0k8yxk86akpvxbr5w1i8jb2igj2q4vax7h97sy";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 93e5ae9

Please sign in to comment.