mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
rsyslog
This commit is contained in:
parent
c89fd61966
commit
b6178b131f
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
(package
|
(package
|
||||||
(inherit gnu:rsyslog)
|
(inherit gnu:rsyslog)
|
||||||
(name "rsyslog")
|
(name "rsyslog")
|
||||||
(version "8.2212.0")
|
(version "8.2306.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://www.rsyslog.com/files/download/rsyslog/rsyslog-" version ".tar.gz")))
|
(uri (list (string-append "https://www.rsyslog.com/files/download/rsyslog/rsyslog-" version ".tar.gz")))
|
||||||
(sha256 (base32 "0dagn2qjwbbjyqymz43x0pvpcrwi8jbvx6hlvi63iirx5s3rmdak"))))))
|
(sha256 (base32 "1r8b7q9c3mjbfdmqxr4zy9vnx5ic6s5cigp6aq5582f6mpx3wa7n"))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue