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: 92453c4bcc90
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72508487c9e1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 29, 2019

  1. syslog-ng: 3.21.1 -> 3.22.1 (#63902)

    Izorkin authored and zimbatm committed Jun 29, 2019
    Copy the full SHA
    7250848 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.21.1";
version = "3.22.1";

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

nativeBuildInputs = [ pkgconfig which ];