mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lynis: Update to 3.0.9.
* gnu/packages/admin.scm (lynis): Update to 3.0.9.
This commit is contained in:
parent
9dcd6d48ba
commit
611b5e5bd0
1 changed files with 3 additions and 3 deletions
|
@ -4652,7 +4652,7 @@ Logitech Unifying Receiver.")
|
||||||
(package
|
(package
|
||||||
(name "lynis")
|
(name "lynis")
|
||||||
;; Also update the ‘lynis-sdk’ input to the commit matching this release.
|
;; Also update the ‘lynis-sdk’ input to the commit matching this release.
|
||||||
(version "3.0.8")
|
(version "3.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4661,7 +4661,7 @@ Logitech Unifying Receiver.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19kz1ffbbd431cdfw7fjcl5hjkks3gfkwk3w2zkwsxgyiky1gx3w"))
|
(base32 "1rgiifbzlk9lfjhbgxy6pqza5kxpr5rsr8vj9fcqvqihzdb5izj1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -4677,7 +4677,7 @@ Logitech Unifying Receiver.")
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/CISOfy/lynis-sdk")
|
(url "https://github.com/CISOfy/lynis-sdk")
|
||||||
(commit "dffe5d352e4d6029ea95a84d50604ccd97cb8999")))
|
(commit "92522b3ec39ad4cdef4756dc303d99741ec7fe20")))
|
||||||
(file-name (git-file-name "lynis-sdk" version))
|
(file-name (git-file-name "lynis-sdk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja"))))))
|
(base32 "05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja"))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue