icmake 9.03.01 -> 10.06.01 https://repology.org/project/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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [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 6320646974ad..714559a326f3 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.06.01"; src = fetchFromGitLab { - sha256 = "05r0a69w0hv2qhjpb2bxd0lmp2vv5r2d4iggg6ly4miam0i318jy"; + sha256 = "sha256-pQRHfickbd8Id28nncrzRfrVLa8/rH4d0tDznVGXU6Q="; 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. #define SKELDIR "/nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/share/icmake" #define MANDIR "/nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/share/man" #define LIBDIR "/nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/libexec/icmake" #define CONFDIR "/nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/etc/icmake" #define DOCDIR "/nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/share/doc/icmake" #define AUTHOR "Frank B. Brokken (f.b.brokken@rug.nl)" #define VERSION "10.06.01" #define YEARS "1992-2023" Creating intermediate construction directories below ./tmp mkdir -p tmp/usr/bin tmp/usr/libexec/icmake tmp/usr/share/icmake mkdir -p tmp/etc/icmake tmp/usr/share/man/man1 mkdir -p tmp/usr/share/man/man7 tmp/usr/share/doc/icmake The final root directory is /nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/, Files constructed by icm_bootstrap are located under ./tmp Final files are installed under /nix/store/xsbbpcya01cxc76zpqc78gh97v6db51g-icmake-10.06.01/, but may be stored elsewhere by icm_install Creating tmp/libsupport.a cd ./as cd .. cd ./bimheader g++ --std=c++23 -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.