icmake 9.03.01 -> 10.03.03 https://repology.org/metapackage/icmake/versions attrpath: icmake 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/tools/build-managers/icmake/default.nix b/pkgs/development/tools/build-managers/icmake/default.nix index 6320646974a..1d2b00ee16f 100644 --- a/pkgs/development/tools/build-managers/icmake/default.nix +++ b/pkgs/development/tools/build-managers/icmake/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "icmake"; - version = "9.03.01"; + version = "10.03.03"; src = fetchFromGitLab { - sha256 = "05r0a69w0hv2qhjpb2bxd0lmp2vv5r2d4iggg6ly4miam0i318jy"; + sha256 = "sha256-BzBJD1xmpsfZ10Vb7yN49sM1fdq4q7eHL/F8K/S+Cfc="; rev = version; repo = "icmake"; owner = "fbb-git"; 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 icmake nix build failed. Creating tmp/libsupport.a cd ./builtinfunctions g++ -Werror -Wall -O2 -x c++-header ./builtinfunctions.ih g++ -Werror -Wall -O2 -o../data.o -c data.cc g++ -Werror -Wall -O2 -o../find.o -c find.cc cd .. cd ./endian g++ -Werror -Wall -O2 -x c++-header ./endian.ih g++ -Werror -Wall -O2 -o../1data.o -c data.cc g++ -Werror -Wall -O2 -o../1demo.o -c demo.cc cd .. cd ./constmember cd .. cd ./header g++ -Werror -Wall -O2 -x c++-header ./header.ih g++ -Werror -Wall -O2 -o../2endian.o -c endian.cc cd .. cd ./constants cd .. cd ./exprtype g++ -Werror -Wall -O2 -x c++-header ./exprtype.ih g++ -Werror -Wall -O2 -o../3opinsert.o -c opinsert.cc cd .. cd ./bimheader g++ -Werror -Wall -O2 -x c++-header ./bimheader.ih In file included from ./bimheader.ih:1: ./bimheader.h:8:10: fatal error: bobcat/exception: No such file or directory 8 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated.