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: 91eca099d303
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: a113f1d6e937
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 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
  2. terraform: 0.13.0-beta3 -> 0.13.0-rc1 (#93682)

    Diego Rodriguez authored Jul 23, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2db12af View commit details
  3. Copy the full SHA
    a113f1d View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/networking/Sylk/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

let
pname = "Sylk";
version = "2.7.2";
version = "2.8.0";
in

appimageTools.wrapType2 rec {
name = "${pname}-${version}";

src = fetchurl {
url = "http://download.ag-projects.com/Sylk/Sylk-${version}-x86_64.AppImage";
sha256 = "1hz41jan8hw56ahpaajlb1yy5zjkyxrclzmqhklm5x59b76pd0zx";
hash = "sha256:09j1kijs31yk3iw2lj7szv1nwkqiqydj3zkkmr49qlib1qj717wh";
};

profile = ''
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
@@ -131,8 +131,8 @@ in rec {
});

terraform_0_13 = pluggable (generic {
version = "0.13.0-beta3";
sha256 = "199rrw0kjp9qwa8llwmihgnqrgs4vr0zrbik5w5bfkrldyqp2ynb";
version = "0.13.0-rc1";
sha256 = "1lja2s9viz5ja40qmlf49p6hk3rwdz6q0rw3ff1894b464zbsnk2";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
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}"