libva: 2.9.1 -> 2.10.0

For libva-utils there is no new release (yet).
This commit is contained in:
Michael Weiss
2020-12-05 18:14:37 +01:00
parent 03619d4f2b
commit 1e8d297270
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
inherit (libva) version;
version = "2.9.1";
src = fetchFromGitHub {
owner = "intel";