diff options
author | Janneke Nieuwenhuizen <[email protected]> | 2025-01-24 13:20:09 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <[email protected]> | 2025-01-24 13:21:53 +0100 |
commit | 0ae4fe66a7342d8734b730dd3eec95b2b06556d0 (patch) | |
tree | eb8eb390fd6d1c79854f405604af253d0d7814f3 | |
parent | 97fe03d53635de996028562da9e65b697eedf0f5 (diff) |
gnu: lynis: Fix build by updating sdk hash.
This is a follow-up to commit
611b5e5bd0ee812377d752d92c19090cbef2556a
gnu: lynis: Update to 3.0.9.
where the commit of the lynis sdk was updated but its hash was not.
Reported by mehrad via IRC.
* gnu/packages/admin.scm (lynis)[native-inputs]: Update hash.
Change-Id: I13e8cf8d36cefb319bfd4809e3e90586b9c9ad43
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 89879bf486..19637230dc 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2019, 2021, 2022 Guillaume Le Vaillant <[email protected]> ;;; Copyright © 2019, 2020, 2021 Mathieu Othacehe <[email protected]> ;;; Copyright © 2020 Oleg Pykhalov <[email protected]> -;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <[email protected]> +;;; Copyright © 2020, 2023, 2024, 2025 Janneke Nieuwenhuizen <[email protected]> ;;; Copyright © 2020, 2021, 2022 Michael Rohleder <[email protected]> ;;; Copyright © 2020 Vincent Legoll <[email protected]> ;;; Copyright © 2020 Morgan Smith <[email protected]> @@ -5032,7 +5032,7 @@ Logitech Unifying Receiver.") (commit "92522b3ec39ad4cdef4756dc303d99741ec7fe20"))) (file-name (git-file-name "lynis-sdk" version)) (sha256 - (base32 "05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja")))))) + (base32 "1mwvimgmnzbk6kf8dzhgkidb2zigay9dpirihydc758fvjic4bdl")))))) (arguments (list #:phases |