Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc25915367e7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea9f3fca6587
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 21, 2018

  1. Copy the full SHA
    c0cd5ee View commit details
  2. Merge pull request #37559 from dylex/release-18.03

    julia: update rmath-julia hash for 0.1
    7c6f434c authored Mar 21, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ea9f3fc View commit details
2 changes: 1 addition & 1 deletion pkgs/development/compilers/julia/0.5.nix
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ let
rmathVersion = "0.1";
rmath-julia = fetchurl {
url = "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v${rmathVersion}";
sha256 = "0ai5dhjc43zcvangz123ryxmlbm51s21rg13bllwyn98w67arhb4";
sha256 = "1qyps217175qhid46l8f5i1v8i82slgp23ia63x2hzxwfmx8617p";
};

virtualenvVersion = "15.0.0";
2 changes: 1 addition & 1 deletion pkgs/development/compilers/julia/0.6.nix
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ let
rmathVersion = "0.1";
rmath-julia = fetchurl {
url = "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v${rmathVersion}";
sha256 = "0ai5dhjc43zcvangz123ryxmlbm51s21rg13bllwyn98w67arhb4";
sha256 = "1qyps217175qhid46l8f5i1v8i82slgp23ia63x2hzxwfmx8617p";
};

virtualenvVersion = "15.0.0";
2 changes: 1 addition & 1 deletion pkgs/development/compilers/julia/default.nix
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ let
rmathVersion = "0.1";
rmath-julia = fetchurl {
url = "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v${rmathVersion}";
sha256 = "0ai5dhjc43zcvangz123ryxmlbm51s21rg13bllwyn98w67arhb4";
sha256 = "1qyps217175qhid46l8f5i1v8i82slgp23ia63x2hzxwfmx8617p";
};
in

2 changes: 1 addition & 1 deletion pkgs/development/compilers/julia/git.nix
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ let
rmathVersion = "0.1";
rmath-julia = fetchurl {
url = "https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v${rmathVersion}";
sha256 = "0ai5dhjc43zcvangz123ryxmlbm51s21rg13bllwyn98w67arhb4";
sha256 = "1qyps217175qhid46l8f5i1v8i82slgp23ia63x2hzxwfmx8617p";
};

virtualenvVersion = "15.0.0";