2022-11-27T05:16:49 sov 0.73 -> 0.74 https://github.com/milgra/sov/releases 2022-11-27T05:16:51 attrpath: sov 2022-11-27T05:16:51 Checking auto update branch... 2022-11-27T05:16:51 No auto update branch exists 2022-11-27T05:16:55 [version] 2022-11-27T05:16:57 [version] updated version and sha256 2022-11-27T05:16:57 [rustCrateVersion] 2022-11-27T05:16:57 [rustCrateVersion] No cargoSha256 found 2022-11-27T05:16:57 [golangModuleVersion] 2022-11-27T05:16:57 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-27T05:16:57 [updateScript] 2022-11-27T05:16:57 [updateScript] skipping because derivation has no updateScript 2022-11-27T05:16:57 2022-11-27T05:16:57 [quotedUrls] 2022-11-27T05:16:57 [quotedUrls] nothing found to replace 2022-11-27T05:16:58 Diff after rewrites: diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix index fae8652a828..6ed73e93401 100644 --- a/pkgs/tools/wayland/sov/default.nix +++ b/pkgs/tools/wayland/sov/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "sov"; - version = "0.73"; + version = "0.74"; src = fetchFromGitHub { owner = "milgra"; repo = pname; rev = version; - sha256 = "sha256-cjbTSvW1fCPl2wZ848XrUPU0bDQ4oXy+D8GqyBMaTwQ="; + sha256 = "sha256-2SKk2gw+A1QOgh6b6kySBqMdxbuVMyI5g2uHlAI3sGk="; }; postPatch = '' 2022-11-27T05:18:28 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sov nix build failed. ../src/zen_core/zc_log.c: In function 'zc_log': ../src/zen_core/zc_log.c:90:21: error: storage size of 'ts' isn't known 90 | struct timespec ts; | ^~ ../src/zen_core/zc_log.c:91:9: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] 91 | if (clock_gettime(CLOCK_REALTIME, &ts) != 0) | ^~~~~~~~~~~~~ ../src/zen_core/zc_log.c:91:23: error: 'CLOCK_REALTIME' undeclared (first use in this function) 91 | if (clock_gettime(CLOCK_REALTIME, &ts) != 0) | ^~~~~~~~~~~~~~ ../src/zen_core/zc_log.c:91:23: note: each undeclared identifier is reported only once for each function it appears in ../src/zen_core/zc_log.c:90:21: warning: unused variable 'ts' [-Wunused-variable] 90 | struct timespec ts; | ^~ [35/64] Compiling C object sov.p/src_zen_core_zc_bm_rgba.c.o [36/64] Compiling C object sov.p/src_sov_utils_bm_rgba_util.c.o [37/64] Compiling C object sov.p/src_zen_core_zc_cstring.c.o [38/64] Compiling C object sov.p/src_sov_json_jsmn.c.o [39/64] Compiling C object sov.p/src_sov_kvlines.c.o [40/64] Compiling C object sov.p/src_zen_core_zc_channel.c.o [41/64] Compiling C object sov.p/src_sov_utils_cstr_util.c.o [42/64] Compiling C object sov.p/src_sov_tree_tree_reader.c.o [43/64] Compiling C object sov.p/src_zen_core_zc_wrapper.c.o [44/64] Compiling C object sov.p/src_sov_tree_tree_drawer.c.o [45/64] Compiling C object sov.p/src_zen_core_zc_memory.c.o [46/64] Compiling C object sov.p/src_zen_core_zc_path.c.o [47/64] Compiling C object sov.p/src_zen_core_zc_map.c.o [48/64] Compiling C object sov.p/src_zen_core_zc_string.c.o [49/64] Compiling C object sov.p/src_zen_core_zc_vector.c.o ninja: build stopped: subcommand failed.