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: 12c9003b0208
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c98a006c7eea
Choose a head ref
  • 14 commits
  • 19 files changed
  • 10 contributors

Commits on Oct 20, 2019

  1. boulder: init at release-2019-10-13

    adisbladis authored and flokli committed Oct 20, 2019
    Copy the full SHA
    77a4c15 View commit details
    Browse the repository at this point in the history
  2. simp_le: 0.9.0 -> 0.16.0

    picnoir authored and flokli committed Oct 20, 2019
    Copy the full SHA
    071d181 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. pebble: init at 2.2.2

    picnoir committed Oct 23, 2019
    Copy the full SHA
    6ac0e34 View commit details
    Browse the repository at this point in the history
  2. certbot: 0.31.0 -> 0.39.0

    Updating:
    
    - nixos module to use the new `account_reg.json` file.
    - use nixpkgs pebble for integration tests.
    
    Co-authored-by: Florian Klink <flokli@flokli.de>
    
    Replace certbot-embedded pebble
    picnoir committed Oct 23, 2019
    Copy the full SHA
    38e8415 View commit details
    Browse the repository at this point in the history
  3. nixos/tests/letsencrypt: use Pebble instead of Boulder

    Let's encrypt bumped ACME to V2. We need to update our nixos test to
    be compatible with this new protocol version.
    
    We decided to drop the Boulder ACME server in favor of the more
    integration test friendly Pebble.
    
    - overriding cacert not necessary
    - this avoids rebuilding lots of packages needlessly
    - nixos/tests/acme: use pebble's ca for client tests
    - pebble always generates its own ca which has to be fetched
    
    TODO: write proper commit msg :)
    picnoir authored and flokli committed Oct 23, 2019
    Copy the full SHA
    0c0af28 View commit details
    Browse the repository at this point in the history
  4. handbrake: fix missing audio

    We build HandBrake with a newer ffmpeg than upstream expects,
    triggering a problem where the audio samplerate defaults to zero
    because HandBrake was not explicitly setting it.
    
    This has been fixed in HandBrake upstream, but we must cherry pick
    this change in order to produce videos with audio until HandBrake
    1.3.0 is released.
    acowley committed Oct 23, 2019
    Copy the full SHA
    d51e366 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. arion: init at 0.1.0.0

    roberth committed Oct 24, 2019
    Copy the full SHA
    d3913c8 View commit details
    Browse the repository at this point in the history
  2. mkvtoolnix: 37.0.0 -> 38.0.0 (#71696)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/mkvtoolnix/versions
    r-ryantm authored and c0bw3b committed Oct 24, 2019
    Copy the full SHA
    a5c6103 View commit details
    Browse the repository at this point in the history
  3. open-vm-tools: ignore deprecation warnings

    Fixes #71311
    worldofpeace committed Oct 24, 2019
    Copy the full SHA
    8f3297f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d87b8ec View commit details
    Browse the repository at this point in the history
  5. micronaut: 1.2.3 -> 1.2.5 (#71697)

    * micronaut: 1.2.3 -> 1.2.5
    
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/micronaut/versions
    
    * micronaut: keep description short
    
    and run pre+post hooks when overriding install phase
    r-ryantm authored and c0bw3b committed Oct 24, 2019
    Copy the full SHA
    f9b717e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71291 from NinjaTrappeur/nin-update-acme

    simp_le: 0.9.0 -> 0.16.0
    flokli committed Oct 24, 2019
    Copy the full SHA
    dc84a7d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #71092 from roberth/arion-init

    arion: init at 0.1.0.0
    roberth committed Oct 24, 2019
    Copy the full SHA
    becfba9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #71851 from acowley/handbrake-samplerate

    handbrake: fix missing audio
    wmertens committed Oct 24, 2019
    Copy the full SHA
    c98a006 View commit details
    Browse the repository at this point in the history