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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38b4d2ca6f3b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2458154672b7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2019

  1. rsyslog: 8.39.0 -> 8.1903.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/rsyslog/versions
    r-ryantm committed Apr 3, 2019
    Copy the full SHA
    b5e46d9 View commit details

Commits on Apr 5, 2019

  1. Merge pull request #58874 from r-ryantm/auto-update/rsyslog

    rsyslog: 8.39.0 -> 8.1903.0
    ryantm authored Apr 5, 2019
    Copy the full SHA
    2458154 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/rsyslog/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/rsyslog/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@ let
mkFlag = cond: name: if cond then "--enable-${name}" else "--disable-${name}";
in
stdenv.mkDerivation rec {
name = "rsyslog-8.39.0";
name = "rsyslog-8.1903.0";

src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${name}.tar.gz";
sha256 = "1d3ac448b8gj58vg7n99ffv2rvpnhhin1ni5vyby73aksvz9c7y7";
sha256 = "0vq50k9n3dlb02431zy2c0vhzvb4x27bp887d1xlrinf7m4kmlnh";
};

#patches = [ ./fix-gnutls-detection.patch ];