summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-16 12:15:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-16 12:19:50 +0100
commitc8502d9ec179a65abcd41b18281869cc2233890e (patch)
treea779f85251d6750c5a65c34efff07bbc6bc3247c /gnu
parent7c58c852c492e9dd83b33f47ba4806bd288875a8 (diff)
downloadpatches-c8502d9ec179a65abcd41b18281869cc2233890e.tar
patches-c8502d9ec179a65abcd41b18281869cc2233890e.tar.gz
Revert "gnu: kmod: Update to 23."
This should have been pushed to the ‘staging’ branch first. This reverts commit 1e1cd416293e9d119ca3c1fe136d52af10b41d85.
Diffstat (limited to 'gnu')
-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 249026d2d0..dbc2cc8a94 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1590,7 +1590,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
(define-public kmod
(package
(name "kmod")
- (version "23")
+ (version "22")
(source (origin
(method url-fetch)
(uri
@@ -1598,7 +1598,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
"kmod-" version ".tar.xz"))
(sha256
(base32
- "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
+ "10lzfkmnpq6a43a3gkx7x633njh216w0bjwz31rv8a1jlgg1sfxs"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs