Merge pull request #276419 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2310.0 -> 8.2312.0
This commit is contained in:
commit
02a446a1bf
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rsyslog";
|
||||
version = "8.2310.0";
|
||||
version = "8.2312.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-INnOeSvwp+0HA9vwlBSQ+L5lX0i1W0vr3Agnu7DdvxE=";
|
||||
hash = "sha256-d0AyAGEoqJZDf1kT4TKqJ9v7k3zYhH5ElSLVoS1j0D4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue