tracy 0.9 -> 0.9.1 https://repology.org/metapackage/tracy/versions attrpath: tracy 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/tracy/default.nix b/pkgs/development/tools/tracy/default.nix index 00e121adc71..f3a7e26b94b 100644 --- a/pkgs/development/tools/tracy/default.nix +++ b/pkgs/development/tools/tracy/default.nix @@ -6,13 +6,13 @@ let disableLTO = stdenv.cc.isClang && stdenv.isDarwin; # workaround issue #19098 in stdenv.mkDerivation rec { pname = "tracy"; - version = "0.9"; + version = "0.9.1"; src = fetchFromGitHub { owner = "wolfpld"; repo = "tracy"; rev = "v${version}"; - sha256 = "sha256-cdVkY1dSag37JdbsoJp2/0QHO5G+zsftqwBVqRpMiew="; + sha256 = "sha256-K1lQNRS8+ju9HyKNVXtHqslrPWcPgazzTitvwkIO3P4="; }; nativeBuildInputs = [ pkg-config ]; 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 tracy nix build failed. from ../../../server/TracySort.hpp:8, from ../../../server/TracySortedVector.hpp:4, from ../../../server/TracyEvent.hpp:12, from ../../../server/TracyUtility.hpp:7, from ../../../server/TracyView.hpp:22, from ../../../server/TracyFilesystem.cpp:2: /nix/store/jx3mqm20diywq6qvr73z0shi35armmiw-tbb-2020.3-dev/include/tbb/task.h:21:139: note: '#pragma message: TBB Warning: tbb/task.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.' 21 | #pragma message("TBB Warning: tbb/task.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.") | ^ In file included from /nix/store/np14qqgvvnyna3vv640hmhi21flymiia-gcc-12.2.0/include/c++/12.2.0/pstl/parallel_backend_tbb.h:26, from /nix/store/np14qqgvvnyna3vv640hmhi21flymiia-gcc-12.2.0/include/c++/12.2.0/pstl/parallel_backend.h:20, from /nix/store/np14qqgvvnyna3vv640hmhi21flymiia-gcc-12.2.0/include/c++/12.2.0/pstl/algorithm_impl.h:22, from /nix/store/np14qqgvvnyna3vv640hmhi21flymiia-gcc-12.2.0/include/c++/12.2.0/pstl/glue_execution_defs.h:50, from /nix/store/np14qqgvvnyna3vv640hmhi21flymiia-gcc-12.2.0/include/c++/12.2.0/execution:32, from ../../../server/TracySort.hpp:8, from ../../../server/TracySortedVector.hpp:4, from ../../../server/TracyEvent.hpp:12, from ../../../server/TracyUtility.hpp:7, from ../../../server/TracyView.hpp:22, from ../../../server/TracySourceContents.cpp:2: /nix/store/jx3mqm20diywq6qvr73z0shi35armmiw-tbb-2020.3-dev/include/tbb/task.h:21:139: note: '#pragma message: TBB Warning: tbb/task.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.' 21 | #pragma message("TBB Warning: tbb/task.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.") | ^ ../../../server/TracySourceContents.cpp: In member function 'void tracy::SourceContents::Parse(const char*, const tracy::Worker&, const tracy::View&)': ../../../server/TracySourceContents.cpp:52:22: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 52 | fread( m_dataBuf, 1, sz, f ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/build/source/profiler/build/unix' make: *** [Makefile:11: release] Error 2 make: Leaving directory '/build/source/profiler/build/unix'