2022-11-09T06:17:35 obs-studio 27.2.4 -> 28.1.2 https://github.com/obsproject/obs-studio/releases 2022-11-09T06:17:38 attrpath: obs-studio 2022-11-09T06:17:38 Checking auto update branch... 2022-11-09T06:17:38 No auto update branch exists 2022-11-09T06:17:42 [version] 2022-11-09T06:18:08 [version] updated version and sha256 2022-11-09T06:18:08 [rustCrateVersion] 2022-11-09T06:18:08 [rustCrateVersion] No cargoSha256 found 2022-11-09T06:18:08 [golangModuleVersion] 2022-11-09T06:18:08 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T06:18:08 [updateScript] 2022-11-09T06:18:08 [updateScript] skipping because derivation has no updateScript 2022-11-09T06:18:08 2022-11-09T06:18:08 [quotedUrls] 2022-11-09T06:18:08 [quotedUrls] nothing found to replace 2022-11-09T06:18:08 Diff after rewrites: diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix index 044967b2e52..0a415a11d5e 100644 --- a/pkgs/applications/video/obs-studio/default.nix +++ b/pkgs/applications/video/obs-studio/default.nix @@ -46,13 +46,13 @@ let in mkDerivation rec { pname = "obs-studio"; - version = "27.2.4"; + version = "28.1.2"; src = fetchFromGitHub { owner = "obsproject"; repo = "obs-studio"; rev = version; - sha256 = "sha256-OiSejQovSmhItrnrQlcVp9PCDRgAhuxTinSpXbH8bo0="; + sha256 = "sha256-M5UEOtdzXBVY0UGfwWx3MsM28bJ1EcVPl8acWXWV0lg="; fetchSubmodules = true; }; 2022-11-09T06:20:28 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A obs-studio nix build failed. -- OBS: ENABLED linux-pipewire -- OBS: ENABLED decklink -- Found LibVLC: /nix/store/ysqnp948sq4fwk8rc83z4kzmkhvvvw3l-libvlc-3.0.17.3/include/vlc -- OBS: ENABLED vlc-video -- OBS: DISABLED sndio -- OBS: - obs-vst uses bundled VST headers -- OBS: ENABLED obs-vst -- Found Chromium Embedded Framework: /build/cef/Release/libcef.so; -- Found CEF: /build/cef/Release/libcef.so -- OBS: ENABLED obs-browser-page -- OBS: ENABLED obs-browser -- Using the single-header code from /build/source/plugins/obs-websocket/deps/json/single_include/ -- OBS: ENABLED obs-websocket -- OBS: ENABLED image-source -- Found Libx264: /nix/store/f2fz6c66krzjwcqgm655dw69bd00yi4c-x264-unstable-2021-06-13-lib/lib/../lib/libx264.so -- OBS: ENABLED obs-x264 -- OBS: DISABLED obs-libfdk -- Found FFmpeg: /nix/store/xn5qdmblmxqvlf9cbs840nik513vgm57-ffmpeg-full-4.4.2/lib/libavcodec.so (found version "58.134.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample -- Found FFmpeg: /nix/store/xn5qdmblmxqvlf9cbs840nik513vgm57-ffmpeg-full-4.4.2/lib/libavcodec.so (found version "58.134.100") found components: avcodec avutil avformat -- librist library not found -- libsrt library not found CMake Error at cmake/Modules/ObsHelpers.cmake:446 (message): OBS: SRT and RIST libraries not found! Please install SRT and RIST libraries or set ENABLE_NEW_MPEGTS_OUTPUT=OFF. Call Stack (most recent call first): plugins/obs-ffmpeg/CMakeLists.txt:25 (obs_status)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".