ocrad 0.27 -> 0.28 https://repology.org/project/ocrad/versions attrpath: ocrad 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/applications/graphics/ocrad/default.nix b/pkgs/applications/graphics/ocrad/default.nix index 476d56fb3fe..61790b5034d 100644 --- a/pkgs/applications/graphics/ocrad/default.nix +++ b/pkgs/applications/graphics/ocrad/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "ocrad"; - version = "0.27"; + version = "0.28"; src = fetchurl { url = "mirror://gnu/ocrad/${pname}-${version}.tar.lz"; - sha256 = "0divffvcaim89g4pvqs8kslbcxi475bcl3b4ynphf284k9zfdgx9"; + sha256 = "sha256-NMzqV229rapZeeYgI0TD/2hzfYKcp7ZvcchJfTa7vy4="; }; nativeBuildInputs = [ lzip /* unpack */ ]; 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 ocrad nix build failed. ucs.cc:144:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 144 | if( accent == ':' ) return SIDIAER; break; | ^~~~~ ucs.cc:149:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 149 | if( accent == ':' ) return SODIAER; break; | ^~ ucs.cc:149:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 149 | if( accent == ':' ) return SODIAER; break; | ^~~~~ ucs.cc:155:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 155 | if( accent == ':' ) return SUDIAER; break; | ^~ ucs.cc:155:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 155 | if( accent == ':' ) return SUDIAER; break; | ^~~~~ ucs.cc:157:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 157 | if( accent == ':' ) return SYDIAER; break; | ^~ ucs.cc:157:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 157 | if( accent == ':' ) return SYDIAER; break; | ^~~~~ g++ -Wall -W -O2 -c -o user_filter.o user_filter.cc g++ -Wall -W -O2 -c -o page_image.o page_image.cc g++ -Wall -W -O2 -c -o page_image_io.o page_image_io.cc g++ -Wall -W -O2 -c -o png_io.o png_io.cc png_io.cc:27:10: fatal error: png.h: No such file or directory 27 | #include  | ^~~~~~~ compilation terminated. make: *** [Makefile:70: png_io.o] Error 1