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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1baad2c4c716
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 141b7210cb0f
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 3, 2019

  1. python3Packages.asyncpg: fix hash

    The hash to the patch is broken, even with the original revision
    which adds asyncpg (ee2161c). As the
    downloaded patch seems fine, I guess that it was generated with
    `nix-prefetch-url` (the hashes for `fetchpatch` usually differ) and the
    issue wasn't found as the fixed-output-derivation was already in the
    contributor's store.
    
    See https://hydra.nixos.org/build/102495795
    
    ZHF #68361
    Ma27 committed Oct 3, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    7c74ebd View commit details
  2. nodejs-11_x: remove

    Package is EOLed by upstream: https://github.com/nodejs/Release
    
    Fixes #69008
    Ma27 committed Oct 3, 2019
    Copy the full SHA
    334641d View commit details
  3. sourcehut: mark as broken

    There were several custom python dependencies broken. I decided to
    modify the `sourcehut` expression as it wouldn't even evaluate without
    nodejs-11_x I didn't manage to get it building.
    Ma27 committed Oct 3, 2019
    Copy the full SHA
    594378c View commit details

Commits on Oct 4, 2019

  1. Merge pull request #70256 from Ma27/drop-nodejs-11_x

    nodejs-11_x: remove
    lheckemann authored Oct 4, 2019
    Copy the full SHA
    141b721 View commit details
Loading