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: 1f49029aceac
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: e8aadfe74c1e
Choose a head ref
  • 19 commits
  • 22 files changed
  • 14 contributors

Commits on Nov 6, 2019

  1. neomutt: add autocrypt

    According to Neomutt's autocrypt manual
    <https://neomutt.org/guide/autocryptdoc.html>, autocrypt needs to be
    enabled in the `configureFlags` and `sqlite` is a new dependency.
    tasmo committed Nov 6, 2019
    Copy the full SHA
    689b963 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. crystal: 0.30.1 -> 0.31.1

    manveru committed Nov 8, 2019
    Copy the full SHA
    34b84e8 View commit details
    Browse the repository at this point in the history
  2. terraform-providers: group individual repo providers

    Marius Bergmann committed Nov 8, 2019
    Copy the full SHA
    206f719 View commit details
    Browse the repository at this point in the history
  3. terraform-providers: fix handling of version/rev in provider list

    I interpreted the purpose of stripping the first character from the 'version'
    argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version
    tag. This works if the tag actually has a 'v' prefix, but also removes the first
    character if version tags are not prefixed (e.g. '1.0.0').
    
    Additionally, the 'v' was added again when specifying the `rev` for
    `fetchFromGitHub` in default.nix. As described above, this did also not work
    when provider repos did not prefix their version tags with 'v'.
    
    I changed the implementation as follows:
    
    - `version` and `rev` are stored inside data.nix
    - `version` is used to declare the nix package version
    - `rev` is used to fetch the proper git ref when building the package
    - for determining `version`, an optional leading 'v' is trimmed from the tag
      name
    
    Now this has the implication that the latest tag must always be a release tag
    when using the `update-all` script, but as the result of running `update-all`
    should always be reviewed before submission, makes this appear a manageable
    tradeoff to me.
    Marius Bergmann committed Nov 8, 2019
    Copy the full SHA
    3ddd53e View commit details
    Browse the repository at this point in the history
  4. terraform-providers: update existing providers

    Marius Bergmann committed Nov 8, 2019
    Copy the full SHA
    610ffc9 View commit details
    Browse the repository at this point in the history
  5. terraform-provider-pass: init at 1.2.1

    Marius Bergmann committed Nov 8, 2019
    Copy the full SHA
    bc0a2ad View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Merge pull request #72878 from tasmo/master

    neomutt: add autocrypt
    Ma27 committed Nov 9, 2019
    Copy the full SHA
    fb512ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73031 from manveru/crystal-0.31.1

    crystal: 0.30.1 -> 0.31.1
    infinisil committed Nov 9, 2019
    Copy the full SHA
    e9e7210 View commit details
    Browse the repository at this point in the history
  3. epr: init at 2.3.0b (#73038)

    * epr: init at 2.3.0b
    
    * Apply changes from code review
    
    Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
    Br1ght0ne and zimbatm committed Nov 9, 2019
    Copy the full SHA
    7cdd581 View commit details
    Browse the repository at this point in the history
  4. haproxy: 1.9.8 -> 2.0.8

    peterhoeg authored and jonringer committed Nov 9, 2019
    Copy the full SHA
    4a589e5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    954e234 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #72939 from mbrgm/update-terraform-providers

    terraform-providers: update and improve update script
    zimbatm committed Nov 9, 2019
    Copy the full SHA
    a8f50f0 View commit details
    Browse the repository at this point in the history
  7. cloud-custodian: init at 0.8.45.1

    Co-Authored-By: Jon <jonringer@users.noreply.github.com>
    bhipple and jonringer committed Nov 9, 2019
    Copy the full SHA
    f302f02 View commit details
    Browse the repository at this point in the history
  8. rustracerd: fix build

    LnL7 authored and jonringer committed Nov 9, 2019
    Copy the full SHA
    518b5c1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8e1380b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d602c56 View commit details
    Browse the repository at this point in the history
  11. pytest-black: patch black dependency

    This change is pending upstream in #29, but it is stale.
    kwohlfahrt authored and jonringer committed Nov 9, 2019
    Copy the full SHA
    a4f0c51 View commit details
    Browse the repository at this point in the history
  12. portend: patch for black 19.10b0

    kwohlfahrt authored and jonringer committed Nov 9, 2019
    Copy the full SHA
    62e927d View commit details
    Browse the repository at this point in the history
  13. brave: 0.69.128 -> 0.69.135

     (#72430)
    r-ryantm authored and c0bw3b committed Nov 9, 2019
    Copy the full SHA
    e8aadfe View commit details
    Browse the repository at this point in the history