···26 throw "Mathematica requires i686-linux or x86_64 linux";
27in
28stdenv.mkDerivation rec {
29- version = "10.0.1";
3031 name = "mathematica-${version}";
32···37 already part of the store. Find the file on your Mathematica CD
38 and add it to the nix store with nix-store --add-fixed sha256 <FILE>.
39 '';
40- sha256 = "1514qy5kbyislv8j7ryw8021k26y0z6dndliwy8hfi7w7kgb3ynq";
41 };
4243 buildInputs = [
···26 throw "Mathematica requires i686-linux or x86_64 linux";
27in
28stdenv.mkDerivation rec {
29+ version = "10.0.2";
3031 name = "mathematica-${version}";
32···37 already part of the store. Find the file on your Mathematica CD
38 and add it to the nix store with nix-store --add-fixed sha256 <FILE>.
39 '';
40+ sha256 = "1d2yaiaikzcacjamlw64g3xkk81m3pb4vz4an12cv8nb7kb20x9l";
41 };
4243 buildInputs = [