Skip to content

Commit

Permalink
Merge pull request #87480 from r-ryantm/auto-update/scala
Browse files Browse the repository at this point in the history
scala: 2.13.1 -> 2.13.2
  • Loading branch information
Ma27 committed May 10, 2020
2 parents d232eb1 + 37cf3a6 commit 3d941ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/scala/2.13.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.13.1";
name = "scala-2.13.2";

src = fetchurl {
url = "https://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "1nq49acx3j6vnw0lhyrfqa23f671y3kc9lja4nki0j73jk2cq639";
sha256 = "1gvdxwlhgjmn8i5a8kcp19700rscjq9ylb35p8vj7nqys94zjkap";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 3d941ff

Please sign in to comment.