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: 346de1fb8c32
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dd9c795c6d68
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 11, 2020

  1. lib.fake{Sri => Hash}: fix and rename

    The previous hash was too short and caused evaluation-time errors like:
    
        invalid SRI hash 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='
    
    Additionally, since the fact that this is broken implies that nobody
    could have been using it, "SRI" is a bit of a vague and obscure term,
    `fakeSriHash` would be somewhat of a mouthful, and the relevant fetcher
    parameters are just called `hash`, rename it to `fakeHash`.
    emilazy committed May 11, 2020
    Copy the full SHA
    aff9979 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd9c795 View commit details
    Browse the repository at this point in the history