Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.05] gst_all_1.*: 1.24.3 -> 1.24.10 #365245

Merged
merged 13 commits into from
Dec 24, 2024
Prev Previous commit
Next Next commit
gst_all_1.gst-rtsp-server: 1.24.3 -> 1.24.7
(cherry picked from commit 3f2e9f2)
  • Loading branch information
emilazy authored and LeSuisse committed Dec 14, 2024
commit 0b0f8a80bbf18672c354bcb1bf4934dd6ad8e4c0
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gstreamer/rtsp-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.24.3";
version = "1.24.7";

src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-YmKOzKeLj1tRxZpNYCxl6SBf/FDDyDzWH6sfY0i2NWU=";
hash = "sha256-2ceOXNC+rTC/XnSvgOQefVAGGUYX/b9EuIvibla76Pk=";
};

outputs = [
Expand Down