gst_all_1.gst-rtsp-server: 1.24.2 -> 1.24.3

This commit is contained in:
Lily Foster
2024-05-22 10:48:44 -04:00
parent 3421e4a518
commit 03beee7bcb

View File

@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.24.2";
version = "1.24.3";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-5MhKeGdefv7zsm6cueLkJzGEIbStnuS1E2767rtrugw=";
hash = "sha256-YmKOzKeLj1tRxZpNYCxl6SBf/FDDyDzWH6sfY0i2NWU=";
};
outputs = [