summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-07-03 21:59:35 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-07-03 22:08:07 -0400
commit5577cb4840702a5c3cb0dcc100aded372b62bedd (patch)
tree5637500632b9e414d2f063684b5277743a8002ff /gnu
parentc3921e8e0e3cb9b2dcc4c1ca85dc2c059ce37f7b (diff)
gnu: v4l2loopback-linux-module: Update to 0.15.0.
This version adds compatibility for linux 6.15+. * gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.15.0. [source] <uri>: Update due to redirection from <https://github.com/umlaeute/v4l2loopback> to <https://github.com/v4l2loopback/v4l2loopback>. [home-page]: Likewise. Change-Id: I6d1ae08424cad349477f012b22efc7a145cda571
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7fb11a9ee8e..510360b8640 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2362,20 +2362,20 @@ supported under @file{/sys/class/backlight/}.")
2362(define-public v4l2loopback-linux-module 2362(define-public v4l2loopback-linux-module
2363 (package 2363 (package
2364 (name "v4l2loopback-linux-module") 2364 (name "v4l2loopback-linux-module")
2365 (version "0.14.0") 2365 (version "0.15.0")
2366 (source (origin 2366 (source (origin
2367 (method git-fetch) 2367 (method git-fetch)
2368 (uri (git-reference 2368 (uri (git-reference
2369 (url "https://github.com/umlaeute/v4l2loopback") 2369 (url "https://github.com/v4l2loopback/v4l2loopback")
2370 (commit (string-append "v" version)))) 2370 (commit (string-append "v" version))))
2371 (file-name (git-file-name name version)) 2371 (file-name (git-file-name name version))
2372 (sha256 2372 (sha256
2373 (base32 2373 (base32
2374 "0vrf0mndzcpypz5a48kyjqwvvfh17wgganzml4vwiqhl4whq2a8v")))) 2374 "1vp7f3ssvlbsxrwx6ix890yk589na6zhi0z3p1yl00fa813wcidh"))))
2375 (build-system linux-module-build-system) 2375 (build-system linux-module-build-system)
2376 (arguments 2376 (arguments
2377 (list #:tests? #f)) ; no test suite 2377 (list #:tests? #f)) ; no test suite
2378 (home-page "https://github.com/umlaeute/v4l2loopback") 2378 (home-page "https://github.com/v4l2loopback/v4l2loopback")
2379 (synopsis "Linux kernel module to create virtual V4L2 video devices") 2379 (synopsis "Linux kernel module to create virtual V4L2 video devices")
2380 (description 2380 (description
2381 "This Linux module creates virtual video devices. @acronym{V4L2, Video 2381 "This Linux module creates virtual video devices. @acronym{V4L2, Video