2022-12-14T14:28:30 rtsp-simple-server 0.20.2 -> 0.20.4 https://github.com/aler9/rtsp-simple-server/releases 2022-12-14T14:28:32 attrpath: rtsp-simple-server 2022-12-14T14:28:32 Checking auto update branch... 2022-12-14T14:28:32 No auto update branch exists 2022-12-14T14:28:33 Old version 0.20.2" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule }: buildGoModule rec { pname = "rtsp-simple-server"; version = "0.20.3"; src = fetchFromGitHub { owner = "aler9"; repo = pname; rev = "v${version}"; hash = "sha256-InuOHVhqh/MWBzE5xSQLP1/WWI/ayVFqOlA1ZjgNyVE="; }; vendorSha256 = "sha256-Egv9MCGSMd8RWjcXFKSU7LuoRgVwxiwzeSso9cuZ+ds="; # Tests need docker doCheck = false; ldflags = [ "-X github.com/aler9/rtsp-simple-server/internal/core.version=v${version}" ]; meta = with lib; { description = "Ready-to-use RTSP server and RTSP proxy that allows to read and publish video and audio streams" ; inherit (src.meta) homepage; license = licenses.mit; maintainers = with maintainers; [ doronbehar ]; }; }