mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kmod: Update to 26.
* gnu/packages/linux.scm (kmod): Update to 26.
This commit is contained in:
parent
85fe0fe368
commit
3c2589982d
1 changed files with 2 additions and 2 deletions
|
@ -2030,7 +2030,7 @@ (define-public inotify-tools
|
|||
(define-public kmod
|
||||
(package
|
||||
(name "kmod")
|
||||
(version "25")
|
||||
(version "26")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2038,7 +2038,7 @@ (define-public kmod
|
|||
"kmod-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi"))
|
||||
"17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp"))
|
||||
(patches (search-patches "kmod-module-directory.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue