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

Commits on Oct 23, 2018

  1. syslogng: 3.17.2 -> 3.18.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/syslog-ng/versions
    r-ryantm committed Oct 23, 2018
    Copy the full SHA
    44a5684 View commit details

Commits on Oct 27, 2018

  1. Merge pull request #48883 from r-ryantm/auto-update/syslog-ng

    syslogng: 3.17.2 -> 3.18.1
    c0bw3b authored Oct 27, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    84d5622 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/syslog-ng/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/syslog-ng/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@ in

stdenv.mkDerivation rec {
name = "${pname}-${version}";
version = "3.17.2";
version = "3.18.1";

src = fetchurl {
url = "https://github.com/balabit/${pname}/releases/download/${name}/${name}.tar.gz";
sha256 = "02y593ar1c4503ww7mhn0p5ajfl3q6769c6m311m6srwl5y1yq3k";
sha256 = "1y1v16vvyirh0qv4wzczqp8d3llh6dl63lz3irwib1qhh7x56dyn";
};

nativeBuildInputs = [ pkgconfig which ];