syslogng: 4.8.3 -> 4.9.0 (#425783)
This commit is contained in:
commit
d96e93f473
@ -66,13 +66,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "syslog-ng";
|
pname = "syslog-ng";
|
||||||
version = "4.8.3";
|
version = "4.9.0";
|
||||||
|
|
||||||
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-eYcDdNbUYDsM4k/BDABj/8aV7tZty52XzZ4nqXRC39M=";
|
hash = "sha256-/hLrUwJhA0jesOl7gmWHfTVO2M7IG8QNPRzc/TIGTH4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user