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: 880de7a9bc1e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d12025627f82
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 27, 2018

  1. mkl: fix hash on Darwin

    agracie committed Dec 27, 2018
    Copy the full SHA
    a3fc481 View commit details
  2. Merge pull request #52950 from agracie/fix-mkl

    mkl: fix hash on Darwin
    markuskowa authored Dec 27, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d120256 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/libraries/science/math/mkl/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/mkl/default.nix
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation rec {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = if stdenvNoCC.isDarwin
then "0000000000000000000000000000000000000000000000000000"
then "00d49ls9vcjan1ngq2wx2q4p6lnm05zwh67hsmj7bnq43ykrfibw"
else "1amagcaan0hk3x9v7gg03gkw02n066v4kmjb32yyzsy5rfrivb1a";

meta = with stdenvNoCC.lib; {