mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: lynis: Update to 3.0.5.
* gnu/packages/admin.scm (lynis): Update to 3.0.5.
This commit is contained in:
parent
2eef51e154
commit
d78bf1c6ff
1 changed files with 4 additions and 4 deletions
|
@ -4093,7 +4093,7 @@ (define-public lynis
|
||||||
(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.4")
|
(version "3.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4102,7 +4102,7 @@ (define-public lynis
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i556d8xpas6k5k3ad0xvc6ihxnw27nzrjkf14759jkcqrbpb4gy"))
|
(base32 "11kl54hbvjl7q2i1jz8a726vlkdmknvbp4zac3j4fgljg27qp410"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -4119,10 +4119,10 @@ (define-public lynis
|
||||||
(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 "a4087770b7ee794901c5135673e006e8f84bfd3d")))
|
(commit "99f79c4deb4cb2221d7fccfe82baf58c0a55b9e7")))
|
||||||
(file-name (git-file-name "lynis-sdk" version))
|
(file-name (git-file-name "lynis-sdk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00wikqydhrjcn0ampgr4qjg30y12as1gm23z94bs72ff035lhcpw"))))))
|
(base32 "1nc2rhzj6l08d2mnjrzkm4mxla1mjkddcxl8n05c1kdz9ycn6cpl"))))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue