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

rustPlatform.fetchCargoTarball: support pname+version #332975

Merged
merged 5 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    1f0f59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3207bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c38beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5588371 View commit details
    Browse the repository at this point in the history
  5. treewide: remove existing usages of pname+version in fetchCargoTarball

    This is done because the existing fetchCargoTarball does not support pname or version, resulting in a vendor tarball
    with the name cargo-deps-vendor.tar.gz. Since adding pname+version support would change the name of the derivation,
    and therefore its hash, we remove existing usages to avoid treewide breakage.
    eclairevoyant committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e273bc8 View commit details
    Browse the repository at this point in the history