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: 8a9b00f6d667
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e32ee20b4053
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 21, 2019

  1. tdesktop: 1.8.0 -> 1.8.1

    Had to switch from GCC 8 to GCC 9 due to the following internal compiler
    error:
    
    /nix/store/qsc6w1cnjp4pr7d90bhc0sid01i8k0a0-range-v3-0.5.0/include/range/v3/utility/compressed_pair.hpp:50:92: internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12200
                         meta::if_<meta::strict_and<std::is_constructible<Ts, Args>...>, int> = 0>
                                                                                                ^
    primeos committed Aug 21, 2019
    Copy the full SHA
    b5ee206 View commit details
    Browse the repository at this point in the history
  2. tdesktop: 1.8.1 -> 1.8.2

    Unfortunately the previous release (1.8.1) was crashing due to a
    segmentation fault (didn't have time to investigate), but this release
    works fine so far.
    primeos committed Aug 21, 2019
    Copy the full SHA
    324ec3b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tdesktop-updates' into master

    tdesktop: 1.8.0 -> 1.8.2
    primeos committed Aug 21, 2019
    Copy the full SHA
    e32ee20 View commit details
    Browse the repository at this point in the history