belr 5.1.55 -> 5.2.37 https://repology.org/project/belr/versions attrpath: belr 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/belr/default.nix b/pkgs/development/libraries/belr/default.nix index 13d20d36bd5..03835062868 100644 --- a/pkgs/development/libraries/belr/default.nix +++ b/pkgs/development/libraries/belr/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { pname = "belr"; - version = "5.1.55"; + version = "5.2.37"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - sha256 = "sha256-0JDwNKqPkzbXqDhgMV+okPMHPFJwmLwLsDrdD55Jcs4="; + sha256 = "sha256-jBzp/ygQzL3+ae0GWqyJ2H58fNecMfDNIc4tqEjDSK4="; }; buildInputs = [ bctoolbox ]; 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 belr nix build failed. | ^ /build/source/src/belr.cpp:614:69: error: 'fstr' was not declared in this scope 614 | void RecognizerPointer::_serialize(BCTBX_UNUSED(BinaryOutputStream &fstr)){ | ^~~~ /build/source/src/belr.cpp:614:36: error: 'BCTBX_UNUSED' was not declared in this scope 614 | void RecognizerPointer::_serialize(BCTBX_UNUSED(BinaryOutputStream &fstr)){ | ^~~~~~~~~~~~ /build/source/src/belr.cpp:627:6: error: variable or field '_optimize' declared void 627 | void RecognizerPointer::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~~~~~~~~~~~~~~~ /build/source/src/belr.cpp:627:48: error: expected primary-expression before 'int' 627 | void RecognizerPointer::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~ /build/source/src/belr.cpp:627:35: error: 'BCTBX_UNUSED' was not declared in this scope 627 | void RecognizerPointer::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~~~~~~~~~~ /build/source/src/belr.cpp:659:6: error: variable or field '_optimize' declared void 659 | void RecognizerAlias::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~~~~~~~~~~~~~ /build/source/src/belr.cpp:659:46: error: expected primary-expression before 'int' 659 | void RecognizerAlias::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~ /build/source/src/belr.cpp:659:33: error: 'BCTBX_UNUSED' was not declared in this scope 659 | void RecognizerAlias::_optimize(BCTBX_UNUSED(int recursionLevel)){ | ^~~~~~~~~~~~ make[2]: *** [src/CMakeFiles/belr.dir/build.make:90: src/CMakeFiles/belr.dir/belr.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [src/CMakeFiles/belr.dir/build.make:104: src/CMakeFiles/belr.dir/grammarbuilder.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:156: src/CMakeFiles/belr.dir/all] Error 2 make: *** [Makefile:136: all] Error 2