gst_all_1.gst-vaapi: 1.22.5 -> 1.22.6

This commit is contained in:
Lily Foster 2023-09-27 17:13:53 -04:00
parent a71f781c64
commit e4f7b6eb26
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.5";
version = "1.22.6";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-qaVQJnyVhN8OjHBDTTBHbo/QAYtzPBwe4z3q9CK9sks=";
hash = "sha256-2bovwmvvmMeOmCxZn1hdRru2X+Ei2onC16tB9GilLHs=";
};
outputs = [