Unverified Commit cc1b0c40 authored by rafaelrc7's avatar rafaelrc7
Browse files

mathematica: 13.3.0 -> 13.3.1

parent f82ab729
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -158,9 +158,10 @@ in stdenv.mkDerivation {

    # Remove PATH restriction, root and avahi daemon checks, and hostname call
    sed -i '
      s/^PATH=/# &/
      s/^\s*PATH=/# &/
      s/isRoot="false"/# &/
      s/^checkAvahiDaemon$/# &/
      s/^\s*checkAvahiDaemon$/:/
      s/^\s*installBundledInstall$/:/
      s/`hostname`/""/
    ' MathInstaller

+14 −0
Original line number Diff line number Diff line
@@ -7,6 +7,20 @@
 */

let versions = [
  {
    version = "13.3.1";
    lang = "en";
    language = "English";
    sha256 = "sha256-0+mYVGiF4Qn3eiLIoINSHVIqT8GtlBPFRYIOF+nHyQo=";
    installer = "Mathematica_13.3.1_LINUX.sh";
  }
  {
    version = "13.3.1";
    lang = "en";
    language = "English";
    sha256 = "sha256-03R4s05fmTcZnlZIMSI6xlLER58MIoccoCr27F8BXOk=";
    installer = "Mathematica_13.3.1_BNDL_LINUX.sh";
  }
  {
    version = "13.3.0";
    lang = "en";