summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/2.10.nix
diff options
context:
space:
mode:
authorj-keck <jhyphenkeck@gmail.com>2015-03-05 20:45:17 +0100
committerj-keck <jhyphenkeck@gmail.com>2015-03-05 20:49:28 +0100
commita1a585078a65833114cdf635454970e0d047dca8 (patch)
treede5472a4ca9e0c6bd9780bae098990d42d7e8ef7 /pkgs/development/compilers/scala/2.10.nix
parent329de0fa75814cde4eac1aee7f722eaf6312bd0c (diff)
downloadnixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar.gz
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar.bz2
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar.lz
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar.xz
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.tar.zst
nixpkgs-a1a585078a65833114cdf635454970e0d047dca8.zip
scala_2_10: update to 2.10.5
Diffstat (limited to 'pkgs/development/compilers/scala/2.10.nix')
-rw-r--r--pkgs/development/compilers/scala/2.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/2.10.nix b/pkgs/development/compilers/scala/2.10.nix
index d7e7ecf1ce2..b518a9a0e0e 100644
--- a/pkgs/development/compilers/scala/2.10.nix
+++ b/pkgs/development/compilers/scala/2.10.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, makeWrapper, jre }:
 
 stdenv.mkDerivation rec {
-  name = "scala-2.10.4";
+  name = "scala-2.10.5";
 
   src = fetchurl {
     url = "http://www.scala-lang.org/files/archive/${name}.tgz";
-    sha256 = "1hqhm1xvd7g78jspvl30zgdzw79xq5zl837h47p6w1n6qlwbcvdl";
+    sha256 = "1ckyz31gmf2pgdl51h1raa669mkl7sqfdl3vqkrmyc46w5ysz3ci";
   };
 
   buildInputs = [ jre makeWrapper ] ;