libva-utils: 2.22.0 -> 2.23.0

This commit is contained in:
R. Ryantm
2025-12-18 11:32:11 +00:00
parent 7c25c077b8
commit 7c57886b41
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
version = "2.22.0";
version = "2.23.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva-utils";
rev = version;
sha256 = "sha256-CmhdhNNRO2j8lH7awp9YiKWMvV17GTBsXdrNY06jT2w=";
sha256 = "sha256-losxOPCrLCjtRKJ8RuwkjRllYYtJluKhscNfdxpC/xg=";
};
nativeBuildInputs = [