libva-utils: 2.21.0 -> 2.22.0

This commit is contained in:
R. Ryantm 2024-06-21 04:26:14 +00:00
parent 3d37622cff
commit ab9596caaf

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
version = "2.21.0";
version = "2.22.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva-utils";
rev = version;
sha256 = "sha256-+Ayx5Csgeip2qj1ywE7cBxupXiYJTNXhRo17009vG4I=";
sha256 = "sha256-CmhdhNNRO2j8lH7awp9YiKWMvV17GTBsXdrNY06jT2w=";
};
nativeBuildInputs = [ meson ninja pkg-config ];