Merge pull request #254509 from r-ryantm/auto-update/srt

srt: 1.5.2 -> 1.5.3
This commit is contained in:
Weijia Wang
2024-01-03 14:11:38 +01:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "srt";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "Haivision";
repo = "srt";
rev = "v${version}";
sha256 = "sha256-HW5l26k9w4F6IJrtiahU/8/CPY6M/cKn8AgESsntC6A=";
sha256 = "sha256-HmfbBPyR+z5d9/XBvNhosk8pSSPToNtM+V0hEyb2G2w=";
};
nativeBuildInputs = [ cmake ];