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

Commits on Mar 7, 2019

  1. swift: 4.2.2 -> 4.2.3

    mroi committed Mar 7, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    6a4d2ee View commit details
  2. Merge pull request #57024 from mroi/patch-1

    swift: 4.2.2 -> 4.2.3
    dtzWill authored Mar 7, 2019
    Copy the full SHA
    fe04378 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/compilers/swift/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/compilers/swift/default.nix
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
}:

let
v_base = "4.2.2";
v_base = "4.2.3";
version = "${v_base}-RELEASE";
version_friendly = "${v_base}";

@@ -84,16 +84,16 @@ let
};
foundation = fetch {
repo = "swift-corelibs-foundation";
sha256 = "1ki9vc723r13zgm6bcmif43aypavb2hz299gbhp93qkndz8hqkx5";
sha256 = "11kwc5pcq4ibxkyglmqs7h7gka3xkzl9j856x1rq2xdvq756wq2s";
};
libdispatch = fetch {
repo = "swift-corelibs-libdispatch";
sha256 = "0fibrx54nbaawhsgd7cbr356ji9qvf8y8ahd5bdx28fpj6q0cnwc";
sha256 = "09c15mn9s5lf2akzfhik70zk91h97nnm8pq1ppfqry2nn3vmib2i";
fetchSubmodules = true;
};
swift = fetch {
repo = "swift";
sha256 = "1hwi6hi9ss1kj1s65v5q8v8d872c0914qfy1018xijd029lwq694";
sha256 = "09wksqad0w6pk3xdxc278w4mj300h48rvbvx0m4an7npkj6i7n9q";
};
};