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: a07576adfa22
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a2c2a8648828
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 9, 2020

  1. fetchurl: allow empty hash

    Meant as a companion to NixOS/nix#3674
    
    This just resets outputHash if nothing is passed in.
    matthewbauer committed Jun 9, 2020
    Copy the full SHA
    f2e9046 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a528cc1 View commit details
    Browse the repository at this point in the history
  3. fetchurl: only allow empty hash when cacert is available

    We can use cacert to validate that the data passes SSL certificates.
    Normally, this doesn’t happen because we already have the hash, but in
    the hash = "" case we don’t.
    matthewbauer committed Jun 9, 2020
    Copy the full SHA
    0046802 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Copy the full SHA
    669eb09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89885 from matthewbauer/fetchurl-no-hash

    fetchurl: allow empty hash
    matthewbauer committed Jul 6, 2020
    Copy the full SHA
    a2c2a86 View commit details
    Browse the repository at this point in the history