Merge pull request #105823 from primeos/libva

libva: 2.9.1 -> 2.10.0
This commit is contained in:
Michael Weiss 2020-12-05 18:34:47 +01:00 committed by GitHub
commit c006c271ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";