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

Commits on Sep 30, 2019

  1. buildRustPackage: add verifyCargoDeps option

    One issue with cargoSha256 is that it's hard to detect when it needs to
    be updated or not. It's possible to upgrade a package and forget to
    update cargoSha256 and run with old versions of the program or
    libraries.
    
    This commit introduces `verifyCargoDeps` which, when enabled, will check
    that the Cargo.lock is not out of date in the cargoDeps by comparing it
    with the package source.
    zimbatm committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f8d67ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee00d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. buildRustPackage: add verifyCargoDeps option (#67387)

    buildRustPackage: add verifyCargoDeps option
    Mic92 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    83a7fd2 View commit details
    Browse the repository at this point in the history