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-03 20:18:56 +01:00
parent 03619d4f2b
commit 1e8d297270
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
name = "libva-${lib.optionalString minimal "minimal-"}${version}";
version = "2.9.1"; # Also update the hash for libva-utils!
version = "2.10.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva";
rev = version;
sha256 = "1c9rwrz30q2p47spzb9gsakwci9c5mw6i309z7p7hr2d8233ay4x";
sha256 = "1xyxnxmq04s3s6135v6av1rl5z809j9vxvg7af9wvyh3dgsxrlds";
};
outputs = [ "dev" "out" ];

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
inherit (libva) version;
version = "2.9.1";
src = fetchFromGitHub {
owner = "intel";