gst_all_1.gst-vaapi: 1.22.7 -> 1.22.8

This commit is contained in:
Lily Foster 2023-12-22 10:52:37 -05:00
parent b915ca4f8b
commit db95fdd9d1
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gstreamer-vaapi";
version = "1.22.7";
version = "1.22.8";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-Dp//douJ3m0xizQUbk54HYK5oPQCXcVBssg0nHvLf2c=";
hash = "sha256-Epi6NHpwxCuIzev5G2Wf6gKxu3Jp6r+OKePAvVgniSg=";
};
outputs = [