summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2024-01-28 16:01:01 +0800
committerHilton Chain <hako@ultrarare.space>2024-02-05 14:08:10 +0800
commitc4518b65ecadfcfb49702d072b6b1e3a99d6a884 (patch)
tree6fe84e0dea1604dcac95353053ea3a231e48b80a /gnu/packages/linux.scm
parent0e98b8bc3609cdf7129e652b6989b5910c358a8d (diff)
downloadguix-c4518b65ecadfcfb49702d072b6b1e3a99d6a884.tar.gz
gnu: kconfig-hardened-check: Update to 0.6.6.
* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6.

Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a50e52b537..fac6152dc7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10311,7 +10311,7 @@ directly by @code{make localmodconfig} as described above.")
 (define-public kconfig-hardened-check
   (package
     (name "kconfig-hardened-check")
-    (version "0.6.1")
+    (version "0.6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10320,7 +10320,7 @@ directly by @code{make localmodconfig} as described above.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bpdy2a7l75y5cqzzc92nh4gapzgza8ml5i8ximr6brf6pr3681z"))))
+                "1w9xx3xvx4wrfdkdwkfzjlfichgkvacil9b8s1fcgla63z65m5f6"))))
     (build-system python-build-system)
     (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check")
     (synopsis