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.6 -> 2.12.7 (#47571)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and xeji committed Oct 1, 2018
1 parent 5e4fe58 commit 74ae8fb
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.6";
name = "scala-2.12.7";

src = fetchurl {
url = "https://www.scala-lang.org/files/archive/${name}.tgz";
sha256 = "05ili2959yrshqi44wpmwy0dyfm4kvp6i8mlbnj1xvc5b9649iqs";
sha256 = "116i6sviziynbm7yffakkcnzb2jmrhvjrnbqbbnhyyi806shsnyn";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 74ae8fb

Please sign in to comment.