summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-04-10 07:45:38 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-04-10 07:45:38 -0500
commit88918e10e9b0776881c626452cbdec15e21a4a87 (patch)
treed436cec390c6957a7adde5cc867c63d741469fbe /pkgs/applications/science
parent9863db756f1f91de1e4673510221359245a83a8f (diff)
parent37f7e152d500855f8cdab0835dcd6b545fc63cb7 (diff)
downloadnixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar.gz
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar.bz2
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar.lz
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar.xz
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.tar.zst
nixlib-88918e10e9b0776881c626452cbdec15e21a4a87.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/mathematica/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix
index 56e994258a6b..5fc704178836 100644
--- a/pkgs/applications/science/math/mathematica/default.nix
+++ b/pkgs/applications/science/math/mathematica/default.nix
@@ -26,7 +26,7 @@ let
       throw "Mathematica requires i686-linux or x86_64 linux";
 in
 stdenv.mkDerivation rec {
-  version = "10.0.1";
+  version = "10.0.2";
 
   name = "mathematica-${version}";
 
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
       already part of the store. Find the file on your Mathematica CD
       and add it to the nix store with nix-store --add-fixed sha256 <FILE>.
     '';
-    sha256 = "1514qy5kbyislv8j7ryw8021k26y0z6dndliwy8hfi7w7kgb3ynq";
+    sha256 = "1d2yaiaikzcacjamlw64g3xkk81m3pb4vz4an12cv8nb7kb20x9l";
   };
 
   buildInputs = [