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
base: 5978c3073673
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7aa5b3479da6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 11, 2020

  1. fetchMavenArtifact: switch mirrors to https

    Maven repositories are disabling HTTP support for security.
    Even though Nix adds some security with its own hash validation,
    broken mirrors are a, well, suboptimal experience.
    I don't know of any plans by sonatype, but it seems like a matter
    of time.
    
    https://www.lightbend.com/blog/lightbend-to-require-https-on-repos-starting-august-5-2020
    roberth committed Dec 11, 2020
    Copy the full SHA
    f0568c2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba5e222 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106650 from hercules-ci/fetchMavenArtifact-https

    fetchMavenArtifact: switch mirrors to https
    roberth committed Dec 11, 2020
    Copy the full SHA
    7aa5b34 View commit details
    Browse the repository at this point in the history