gst_all_1.gst-libav: 1.22.6 -> 1.22.7

This commit is contained in:
Lily Foster 2023-11-25 09:12:27 -05:00
parent 0628efe77e
commit 2704423053
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "gst-libav";
version = "1.22.6";
version = "1.22.7";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-d4nmQIOIol8jy/lIz8XGIw1zW7zYt/N/SgHJ40ih46c=";
hash = "sha256-FSW5FxQbiV/lz2GP6IZ2IrJSgnigKG6fcntfNzF9rKE=";
};
outputs = [ "out" "dev" ];