Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchurl: disallow specifying both sha256 and hash #182953

Merged
merged 6 commits into from
Aug 24, 2022

Commits on Jul 26, 2022

  1. fetchurl: disallow specifying both sha256 and hash

    A full check would be more complicated to write -
    and more importantly - probably also more expensive.
    
    Motivation: eval-time catch for errors like in commit 8198636.
    vcunat committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    cb704bf View commit details
    Browse the repository at this point in the history
  2. home-assistant: don't pass two different hashes to fetchPypi

    Let's stop using src.override.  I see no advantage.
    vcunat authored and mweinelt committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ccf609a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    28eee98 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    500d1a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97afcab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8d5e0 View commit details
    Browse the repository at this point in the history