Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5aa46b6bdb5f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c2fd152c98dc
Choose a head ref
  • 11 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 4, 2019

  1. Copy the full SHA
    0dc92e0 View commit details
  2. Revert "grub2: 2.04-rc1 -> 2.04 (#67622)"

    This reverts commit 8ba94a8.
    
    See #61718 for rationale.
    lheckemann committed Oct 4, 2019
    Copy the full SHA
    4eb9725 View commit details
  3. Revert "grub: 2.02 -> 2.04-rc1"

    This reverts commit df4d0fa.
    
    See #61718 for rationale.
    lheckemann committed Oct 4, 2019
    Copy the full SHA
    862f05c View commit details
  4. 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
    Copy the full SHA
    28a0cae View commit details
  5. 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
    Copy the full SHA
    3a12434 View commit details
  6. 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
    Copy the full SHA
    4e3230f View commit details
  7. Revert "nodejs-11_x: remove"

    This reverts commit 3a12434.
    
    The commit broke eval since the removed attribute is still in use.
    timokau committed Oct 4, 2019
    Copy the full SHA
    699e081 View commit details
  8. sage: add pager to environment

    Temporary fixup while waiting for an upstream fix.
    
    (cherry picked from commit cbe1234)
    timokau committed Oct 4, 2019
    Copy the full SHA
    28e8f30 View commit details
  9. Merge pull request #70412 from timokau/sage-add-pager-19.09

    sage: add pager to environment
    timokau authored Oct 4, 2019
    Copy the full SHA
    33cf7a8 View commit details
  10. Revert "Revert "nodejs-11_x: remove""

    This reverts commit 699e081.
    Ma27 committed Oct 4, 2019
    Copy the full SHA
    973530c View commit details
  11. nim: build with nodejs v10

    As in 8fcbbc9 we build `nim` with
    NodeJS v10 to avoid eval errors since nodejs v11 got removed as it's
    been EOLed by upstream.
    Ma27 committed Oct 4, 2019
    Copy the full SHA
    c2fd152 View commit details
Loading