gnu: libvpx: Update to 1.11.0.

* gnu/packages/video.scm (libvpx): Update to 1.11.0.
This commit is contained in:
Marius Bakke 2022-01-17 18:14:43 +01:00
parent bba32b9d31
commit df78a83a70
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2290,7 +2290,7 @@ (define-public mpv-mpris
(define-public libvpx (define-public libvpx
(package (package
(name "libvpx") (name "libvpx")
(version "1.10.0") (version "1.11.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2299,7 +2299,7 @@ (define-public libvpx
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1p4v6j1505n3gnvx3iksciyi818ymxpazj9fmdrchzbl9pfzg4qi")) "00f1jrclai2b6ys78dpsg6r1mvcyxlna93vxcz8zjyia24c2pjsb"))
(patches (search-patches "libvpx-CVE-2016-2818.patch")))) (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments