Skip to content
Snippets Groups Projects
Unverified Commit 1e1cd416 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: kmod: Update to 23.

* gnu/packages/linux.scm (kmod): Update to 23.
parent 3fe7cb87
No related branches found
No related tags found
No related merge requests found
......@@ -1590,7 +1590,7 @@ (define-public inotify-tools
(define-public kmod
(package
(name "kmod")
(version "22")
(version "23")
(source (origin
(method url-fetch)
(uri
......@@ -1598,7 +1598,7 @@ (define-public kmod
"kmod-" version ".tar.xz"))
(sha256
(base32
"10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
"0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment