Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: efd6eae02421
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f72b034ab09
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 15, 2018

  1. update erlangR20 from 20.3.1 to 20.3.2

    (cherry picked from commit db1ac62)
    djgoku authored and Sarah Brofeldt committed Apr 15, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    rickie Rick Ossendrijver
    Copy the full SHA
    0f72b03 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/erlang/R20.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R20.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ mkDerivation, fetchurl }:

mkDerivation rec {
version = "20.3.1";
sha256 = "13qh3an98qm477zr1dvcklbhar001cikp177295llcqpchamgzx3";
version = "20.3.2";
sha256 = "0cd7rz32cxghxb2q7g3p52sxbhwqn4pkjlf28hy1dms6q7f85zv1";

prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'