srt: 1.5.4 -> 1.5.5 (#515609)

This commit is contained in:
Ramses 2026-05-25 19:34:07 +00:00 committed by GitHub
commit 017e5f8917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
openssl,
windows,
@ -10,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "srt";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "Haivision";
repo = "srt";
rev = "v${finalAttrs.version}";
sha256 = "sha256-NLy9GuP4OT/kKAIIDXSHtsmaBzXRuFohFM/aM+46cao=";
sha256 = "sha256-hOkLlmtF9dKqXZTjAeBntkkg5WsmsZN6DKhyakoIF1k=";
};
nativeBuildInputs = [ cmake ];
@ -29,12 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
];
patches = [
# Fix the build with CMake 4.
(fetchpatch {
name = "srt-fix-cmake-4.patch";
url = "https://github.com/Haivision/srt/commit/0def1b1a1094fc57752f241250e9a1aed71bbffd.patch";
hash = "sha256-dnBGNut+I9trkQzr81Wo36O2Pt7d2gsjA1buJBegPMM=";
})
]
++ lib.optionals stdenv.hostPlatform.isMinGW [
./no-msvc-compat-headers.patch