about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-09-19 09:53:12 -0400
committerTim Steinbach <tim@nequissimus.com>2019-09-19 09:53:12 -0400
commite400278e027f7abf4b888044c385de2f9ebc48e4 (patch)
treec0b7e7b5cd1c960ec76a509fc9f6626f180cbad2
parent1adcf500eff92e88869cbce806f6b9264dc2ca50 (diff)
downloadnixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar.gz
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar.bz2
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar.lz
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar.xz
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.tar.zst
nixlib-e400278e027f7abf4b888044c385de2f9ebc48e4.zip
scala: 2.12.9 -> 2.12.10
-rw-r--r--pkgs/development/compilers/scala/2.12.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/2.12.nix b/pkgs/development/compilers/scala/2.12.nix
index 0e4207dccac6..9e11daced4a9 100644
--- a/pkgs/development/compilers/scala/2.12.nix
+++ b/pkgs/development/compilers/scala/2.12.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:
 
 stdenv.mkDerivation rec {
-  name = "scala-2.12.9";
+  name = "scala-2.12.10";
 
   src = fetchurl {
     url = "https://www.scala-lang.org/files/archive/${name}.tgz";
-    sha256 = "0wpnxrhnhhscfk0k8yxk86akpvxbr5w1i8jb2igj2q4vax7h97sy";
+    sha256 = "0sk5n3ir5zkgr8jayq5pn4l87ia5zmjr2zzwchgxkv8g62ivs4iv";
   };
 
   propagatedBuildInputs = [ jre ] ;