obs-studio-plugins.obs-move-transition 2.10.0 -> 2.10.1 https://github.com/exeldro/obs-move-transition/releases attrpath: obs-studio-plugins.obs-move-transition Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/obs-studio/plugins/obs-move-transition.nix b/pkgs/applications/video/obs-studio/plugins/obs-move-transition.nix index 3068718b08f0..8a2940018a2a 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-move-transition.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-move-transition.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "obs-move-transition"; - version = "2.10.0"; + version = "2.10.1"; src = fetchFromGitHub { owner = "exeldro"; repo = "obs-move-transition"; rev = version; - sha256 = "sha256-HMhIGOslAtk5npunRZkOcFQZDSIB7c8qcFW3l9kgkzo="; + sha256 = "sha256-M2Sbg0SHK4gekQVyY6fW1EQTAwVYDXGccp1y0UpCtcs="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A obs-studio-plugins.obs-move-transition nix build failed. [ 88%] Building C object CMakeFiles/move-transition.dir/audio-move.c.o /build/source/move-transition.c: In function 'render2_item': /build/source/move-transition.c:1701:55: error: 'bounds_crop.right' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Werror=maybe-uninitialized]8;;] 1701 | width - (bounds_crop.left + bounds_crop.right), | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /build/source/move-transition.c:1671:35: note: 'bounds_crop.right' was declared here 1671 | struct obs_sceneitem_crop bounds_crop; | ^~~~~~~~~~~ /build/source/move-transition.c:1702:55: error: 'bounds_crop.bottom' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Werror=maybe-uninitialized]8;;] 1702 | height - (bounds_crop.top + bounds_crop.bottom))) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /build/source/move-transition.c:1671:35: note: 'bounds_crop.bottom' was declared here 1671 | struct obs_sceneitem_crop bounds_crop; | ^~~~~~~~~~~ /build/source/move-transition.c:1701:55: error: 'bounds_crop.left' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Werror=maybe-uninitialized]8;;] 1701 | width - (bounds_crop.left + bounds_crop.right), | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /build/source/move-transition.c:1671:35: note: 'bounds_crop.left' was declared here 1671 | struct obs_sceneitem_crop bounds_crop; | ^~~~~~~~~~~ /build/source/move-transition.c:1702:55: error: 'bounds_crop.top' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Werror=maybe-uninitialized]8;;] 1702 | height - (bounds_crop.top + bounds_crop.bottom))) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /build/source/move-transition.c:1671:35: note: 'bounds_crop.top' was declared here 1671 | struct obs_sceneitem_crop bounds_crop; | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [CMakeFiles/move-transition.dir/build.make:76: CMakeFiles/move-transition.dir/move-transition.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/move-transition.dir/all] Error 2 make: *** [Makefile:156: all] Error 2