Skip to content

Commit

Permalink
Merge pull request #93646 from cw789/erlang_update
Browse files Browse the repository at this point in the history
erlangR23: 23.0.2 -> 23.0.3
  • Loading branch information
danieldk committed Jul 23, 2020
2 parents 91eca09 + e30f708 commit a8a0dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R23.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a8a0dfa

Please sign in to comment.