summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-04-19 21:09:27 -0400
committerTim Steinbach <tim@nequissimus.com>2017-04-19 21:10:10 -0400
commit2f026678d511ba07dd5325a30e6ec6718cef6597 (patch)
treeb42fa61d7d8fb91084604316c16ccdc0be61e029
parente662e035f9ed4d125c7534bc65e01fc73a0b0f62 (diff)
downloadnixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar.gz
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar.bz2
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar.lz
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar.xz
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.tar.zst
nixpkgs-2f026678d511ba07dd5325a30e6ec6718cef6597.zip
scala: 2.11.10 -> 2.11.11
-rw-r--r--pkgs/development/compilers/scala/2.11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/2.11.nix b/pkgs/development/compilers/scala/2.11.nix
index 404c469b86d..469c8c8e3bc 100644
--- a/pkgs/development/compilers/scala/2.11.nix
+++ b/pkgs/development/compilers/scala/2.11.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:
 
 stdenv.mkDerivation rec {
-  name = "scala-2.11.10";
+  name = "scala-2.11.11";
 
   src = fetchurl {
     url = "http://www.scala-lang.org/files/archive/${name}.tgz";
-    sha256 = "10rs8ak3qyxggw24ga3gjcpl3x8r1b3ykrdfrym1n154b1rrs904";
+    sha256 = "02whsszxabyhyrbcmgg3figaxknmfzy4f3wmgrqqwik89jk7q0qj";
   };
 
   propagatedBuildInputs = [ jre ] ;