Skip to content
This repository has been 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
base: 95b35a2514ff
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: bfa2452dc83c
Choose a head ref
  • 11 commits
  • 67 files changed
  • 7 contributors

Commits on Apr 27, 2020

  1. dotnet: add initial support for arm64

    `jellyfin` appeared unsupported on `aarch64` due to `dotnet` platform
    support in nixpkgs, but there are ARM64 downloads of the `dotnet` SDKs
    available. This change follows the kind of pattern used in the
    `firecracker` packaging to support selective x86_64/arm64 downloads.
    
    With this change I can build `jellyfin` on a Raspberry Pi 4. The other
    content hashes have been filled in, and all build successfully, but
    they have not been further tested.
    purcell committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3e98f66 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    e89e2ed View commit details
    Browse the repository at this point in the history
  2. libusb: point alias to libusb1

    Until recently, libusb-compat propagated libusb1 and many packages unknowingly used it to obtain libusb1.
    When NixOS/nixpkgs#82944 removed this evil propagation, it broke many packages with such incorrect assumption.
    This patch trades the breakage of packages wanting libusb1 caused by the PR for a hopefully less common breakage of the packages relying on the compat library.
    jtojnar committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    45edbeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4aece View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. fish: 3.1.1 -> 3.1.2

    fish-shell/fish-shell@3.1.1...3.1.2
    
    "This release of fish fixes a major issue discovered in fish 3.1.1:
    Commands such as `fzf` and `enhancd`, when used with `eval`, would hang.
    `eval` buffered output too aggressively, which has been fixed."
    cole-h committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7a15b60 View commit details
    Browse the repository at this point in the history
  2. v4l2loopback: 0.12.4 -> 0.12.5

    jakobrs authored and bjornfor committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d21cc14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6dc21f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86285 from cole-h/fish

    fish: 3.1.1 -> 3.1.2
    worldofpeace committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d67d074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6015d03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b5e2ff View commit details
    Browse the repository at this point in the history
  7. Merge pull request #86206 from primeos/chromium

    chromium: 81.0.4044.122 -> 81.0.4044.129
    primeos committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    bfa2452 View commit details
    Browse the repository at this point in the history