libva: 2.14.0 -> 2.15.0

This commit is contained in:
Sandro Jäckel 2022-07-22 15:18:19 +02:00 committed by Sandro Jäckel
parent ff56c775c8
commit 30a8dc7198
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "libva" + lib.optionalString minimal "-minimal";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva";
rev = version;
sha256 = "0q395lg6gp05mwf04zbrwgj6q9073lahh3wrcfa2i8ll60cfq9fg";
sha256 = "sha256-NJA2FTPrhLj9+vmkBy+GcTiH57gBEQnYhZzYk3sEOBo=";
};
outputs = [ "dev" "out" ];