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

Allow any hash function for some git-based fetch* derivations #15139

Merged

Commits on May 2, 2016

  1. Allow any hash for git-based fetch* derivations

    Instead of hard-coding which hash types are available, merge the input
    arg set into the fetchzip arguments to enable passing any hash type
    that the underyling fetchurl (underneath fetchzip, which does the same
    thing) supports for hash agility.
    
    Also, provide rev attributes on all of these derivations,
    not just fetchFromGitHub.
    aneeshusa committed May 2, 2016
    Configuration menu
    Copy the full SHA
    208f1fb View commit details
    Browse the repository at this point in the history