Merge pull request #183510 from r-ryantm/auto-update/libva-utils

This commit is contained in:
Sandro 2022-07-29 15:29:52 +02:00 committed by GitHub
commit 0321b98125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva-utils";
rev = version;
sha256 = "sha256-WuNJCFBbXbLSftL+L15ruq9PxM1XhIfYpP/IccB+aBs=";
sha256 = "sha256-oElqJqOa/Q+2NE6gZS2tJnFJfalP6HsuUduk8cbuy84=";
};
nativeBuildInputs = [ meson ninja pkg-config ];