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: 862f05cb00da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4e3230f71911
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 4, 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
    
    (cherry picked from commit 7c74ebd)
    Ma27 committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    28a0cae View commit details
    Browse the repository at this point in the history
  2. nodejs-11_x: remove

    Package is EOLed by upstream: https://github.com/nodejs/Release
    
    Fixes #69008
    
    (cherry picked from commit 334641d)
    Ma27 committed Oct 4, 2019
    7 Configuration menu
    Copy the full SHA
    3a12434 View commit details
    Browse the repository at this point in the history
  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.
    
    (cherry picked from commit 594378c)
    Ma27 committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4e3230f View commit details
    Browse the repository at this point in the history