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

Commits on Jan 30, 2020

  1. Copy the full SHA
    27dfbd5 View commit details

Commits on Jan 31, 2020

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

    rsyslog: 8.1911.0 -> 8.2001.0
    aanderse authored Jan 31, 2020
    Copy the full SHA
    6ed34f1 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
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.1911.0";
version = "8.2001.0";

src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "01713vwz3w5fx9b97286h1rx9hxhjsdah96nyhh75bb23impgx71";
sha256 = "1nm83s9abknli46sknjs50cmdhhqzkznbsjspjbdg96likshdgsq";
};

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