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: f2c181613648
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 00322ccb73ed
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on May 20, 2019

  1. linuxPackages.bcc: use llvm 7.x

    This fixes a number of the tools on aarch64.
    lheckemann committed May 20, 2019
    Configuration menu
    Copy the full SHA
    2033835 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. dockerTools.buildLayeredImage: restore layer sharing

    PR #58431 added /nix/store to each layer.tar. However, the timestamp was
    not explicitly set while adding /nix and /nix/store to the archive. This
    resulted in different SHA256 hashes of layer.tar between image builds.
    
    This change sets time and owner when tar'ing /nix/store.
    
    (cherry picked from commit d7f3186)
    danieldk authored and nlewo committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    09d1200 View commit details
    Browse the repository at this point in the history
  2. python*Packages.PyICU: switch patch URL

    ... to one that works and should keep working over long term.
    
    (cherry picked from commit a94f0c6)
    vcunat committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    df1598e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61474 from lheckemann/bcc-llvm7

    linuxPackages.bcc: use llvm 7.x
    lheckemann committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    00322cc View commit details
    Browse the repository at this point in the history