gst_all_1.gst-rtsp-server: 1.22.2 -> 1.22.3

This commit is contained in:
Lily Foster
2023-05-19 18:36:30 -04:00
parent 5a1d3ebf39
commit 08f74f2c8b
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.22.2";
version = "1.22.3";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-K+Suz7iHEBAOpxFe0CFkA+gJQ0Tr8UYJQnG41Nc4KL8=";
hash = "sha256-0Co536m9v5mj3S03jheUKzzkLf42+wwn4tCwFyL8Vh0=";
};
outputs = [