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: 1f74e97fe881
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a19b2b4c03c1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 28, 2020

  1. fetchCrate: accept pname besides crateName

    This enables short argument attrsets similar to fetchPypi:
    
    src = fetchCrate {
      inherit pname version;
      sha256 = "02h8pikmk19ziqw9jgxxf7kjhnb3792vz9is446p1xfvlh4mzmyx";
    };
    danieldk committed Aug 28, 2020
    Copy the full SHA
    923c9f6 View commit details
    Browse the repository at this point in the history
  2. broot: use fetchCrate

    danieldk committed Aug 28, 2020
    Copy the full SHA
    6136279 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96370 from danieldk/fetchcrate-pname

    fetchCrate: accept pname besides crateName
    Ma27 committed Aug 28, 2020
    Copy the full SHA
    a19b2b4 View commit details
    Browse the repository at this point in the history