mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
syslogng: 4.8.2 -> 4.8.3
This commit is contained in:
parent
63fa397da6
commit
f64e75af23
1 changed files with 2 additions and 2 deletions
|
@ -66,13 +66,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "syslog-ng";
|
pname = "syslog-ng";
|
||||||
version = "4.8.2";
|
version = "4.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "syslog-ng";
|
owner = "syslog-ng";
|
||||||
repo = "syslog-ng";
|
repo = "syslog-ng";
|
||||||
rev = "syslog-ng-${finalAttrs.version}";
|
rev = "syslog-ng-${finalAttrs.version}";
|
||||||
hash = "sha256-iWH64e5LBEiIy/A5N8pfOkjbn9wbmAswk2NhGyJ63f8=";
|
hash = "sha256-eYcDdNbUYDsM4k/BDABj/8aV7tZty52XzZ4nqXRC39M=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue