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: 4eeddd4c637c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba160ab7412e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 16, 2020

  1. fetchurl: don’t run ‘postFetch’ on hashed-mirrors

    hashed-mirrors are content addressed. So if $outputHash is in the
    hashed-mirror, changes from ‘postFetch’ would already be made. So,
    running postFetch will end up applying the change /again/, which we
    don’t want.
    matthewbauer committed Apr 16, 2020
    Copy the full SHA
    6367a55 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Merge pull request #85410 from matthewbauer/skip-post-fetch-in-hashed…

    …-mirrors
    
    fetchurl: don’t run ‘postFetch’ on hashed-mirrors
    bhipple committed May 5, 2020
    Copy the full SHA
    ba160ab View commit details
    Browse the repository at this point in the history