jellyfin-ffmpeg 5.1.2-8 -> 6.0-1 https://github.com/jellyfin/jellyfin-ffmpeg/releases attrpath: jellyfin-ffmpeg 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/jellyfin-ffmpeg/default.nix b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix index 2637ababbdd..6e91af7d60c 100644 --- a/pkgs/development/libraries/jellyfin-ffmpeg/default.nix +++ b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix @@ -9,13 +9,13 @@ nv-codec-headers = nv-codec-headers-11; }).overrideAttrs (old: rec { pname = "jellyfin-ffmpeg"; - version = "5.1.2-8"; + version = "6.0-1"; src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin-ffmpeg"; rev = "v${version}"; - sha256 = "sha256-0ne9Xj9MnB5WOkPRtPX7W30qG1osHd0tyua+5RMrnQc="; + sha256 = "sha256-GNnnKAPxhSQIoY3TlBClW/x7xHUvl3DCdH6dlWvNMYQ="; }; buildInputs = old.buildInputs ++ [ chromaprint ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jellyfin-ffmpeg nix build failed. 91 | ARRAY_RENAME(3d_array)(f34_0_12, 12, 8, 2); | ^~~~~~~~ libavcodec/aacps_tablegen_template.c:94:28: error: 'f34_1_8' undeclared (first use in this function) 94 | ARRAY_RENAME(3d_array)(f34_1_8, 8, 8, 2); | ^~~~~~~ libavcodec/aacps_tablegen_template.c:97:28: error: 'f34_2_4' undeclared (first use in this function) 97 | ARRAY_RENAME(3d_array)(f34_2_4, 4, 8, 2); | ^~~~~~~ libavcodec/aacps_tablegen_template.c:101:28: error: 'Q_fract_allpass' undeclared (first use in this function) 101 | ARRAY_RENAME(4d_array)(Q_fract_allpass, 2, 50, 3, 2); | ^~~~~~~~~~~~~~~ libavcodec/aacps_tablegen_template.c:104:28: error: 'phi_fract' undeclared (first use in this function) 104 | ARRAY_RENAME(3d_array)(phi_fract, 2, 50, 2); | ^~~~~~~~~ make: *** [ffbuild/common.mak:202: libavcodec/aacps_tablegen.o] Error 1 make: *** Waiting for unfinished jobs.... libavcodec/aacenc.c: In function 'aac_encode_frame': libavcodec/aacenc.c:909:35: warning: writing 1 byte into a region of size 0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 909 | ics->group_len[w] = wi[ch].grouping[w]; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/aacenc.c:46: libavcodec/aac.h:177:13: note: at offset 8 into destination object 'group_len' of size 8 177 | uint8_t group_len[8]; | ^~~~~~~~~ libavcodec/aacenc.c:909:35: warning: writing 1 byte into a region of size 0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 909 | ics->group_len[w] = wi[ch].grouping[w]; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ libavcodec/aac.h:177:13: note: at offset 9 into destination object 'group_len' of size 8 177 | uint8_t group_len[8]; | ^~~~~~~~~