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

Commits on Jul 22, 2020

  1. erlangR23: 23.0.2 -> 23.0.3

    cw789 committed Jul 22, 2020
    Copy the full SHA
    e30f708 View commit details

Commits on Jul 23, 2020

  1. Merge pull request #93646 from cw789/erlang_update

    erlangR23: 23.0.2 -> 23.0.3
    danieldk authored Jul 23, 2020
    Copy the full SHA
    a8a0dfa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/erlang/R23.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R23.nix
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
version = "23.0.2";
sha256 = "19ly2m0rjay6071r75s9870cm3sph25zd1mvy67l5v4jg7mxdjzy";
version = "23.0.3";
sha256 = "133aw1ffkxdf38na3smmvn5qwwlalh4r4a51793h1wkhdzkyl6mv";

prePatch = ''
substituteInPlace make/configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"