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: e816a6034902
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 675d754dc200
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 31, 2020

  1. buildRustPackage: add cargoHash for SRI hashes of vendored deps

    `buildRustPackage` currently accepts `cargoSha256` as a hash for
    vendored dependencies. This change adds `cargoHash` which accepts SRI
    hashes, setting `outputHashAlgo` to `null`.
    
    The hash mismatch message still uses `cargoSha256` as an example,
    which it probably should until we completely switch to SRI hashes.
    danieldk committed Dec 31, 2020
    Copy the full SHA
    67a10c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b6728fa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    675d754 View commit details
    Browse the repository at this point in the history