summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-16 17:06:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-17 03:57:30 +0100
commit02d6e27e15d66ef557b90479a7920aabd15e42bf (patch)
tree4a8ad93943eed3ec195094f16f11d936bbefef6f /gnu/packages/video.scm
parent09c2fc2a100e7d9373818e60443ca568a1dafc05 (diff)
downloadguix-patches-02d6e27e15d66ef557b90479a7920aabd15e42bf.tar
guix-patches-02d6e27e15d66ef557b90479a7920aabd15e42bf.tar.gz
gnu: intel-vaapi-driver: Update to 2.4.0.
* gnu/packages/video.scm (intel-vaapi-driver): Update to 2.4.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a172797db..5629d58b96 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2803,7 +2803,7 @@ of modern, widely supported codecs.")
(define-public intel-vaapi-driver
(package
(name "intel-vaapi-driver")
- (version "2.3.0")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
@@ -2811,7 +2811,7 @@ of modern, widely supported codecs.")
"releases/download/" version "/intel-vaapi-driver-"
version ".tar.bz2"))
(sha256
- (base32 "1qyzxh3p8cw4fv8bz9zd4kc8hajlaps7xryzh6pad814n3m5sbjw"))))
+ (base32 "12fhydgwpvyh97gxqlgv77wsf9yax321h46vi49j4sxghpcxvqki"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))