2022-12-28T12:59:31 unison 2.52.1 -> 2.53.0 https://github.com/bcpierce00/unison/releases 2022-12-28T12:59:33 attrpath: unison 2022-12-28T12:59:33 Checking auto update branch... 2022-12-28T12:59:33 No auto update branch exists 2022-12-28T12:59:36 [version] 2022-12-28T12:59:38 [version] updated version and sha256 2022-12-28T12:59:38 [rustCrateVersion] 2022-12-28T12:59:38 [rustCrateVersion] No cargoSha256 found 2022-12-28T12:59:38 [golangModuleVersion] 2022-12-28T12:59:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-28T12:59:38 [updateScript] 2022-12-28T12:59:38 [updateScript] skipping because derivation has no updateScript 2022-12-28T12:59:38 2022-12-28T12:59:38 [quotedUrls] 2022-12-28T12:59:38 [quotedUrls] nothing found to replace 2022-12-28T12:59:38 Diff after rewrites: diff --git a/pkgs/applications/networking/sync/unison/default.nix b/pkgs/applications/networking/sync/unison/default.nix index 97ee3ed5862..dfe87031095 100644 --- a/pkgs/applications/networking/sync/unison/default.nix +++ b/pkgs/applications/networking/sync/unison/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "unison"; - version = "2.52.1"; + version = "2.53.0"; src = fetchFromGitHub { owner = "bcpierce00"; repo = "unison"; rev = "v${version}"; - sha256 = "sha256-taA8eZ/wOe9uMccXVYfe34/XzWgqYKA3tLZnIOahOrQ="; + sha256 = "sha256-4Lyn1UecpVIhoEXIFu35XK4aoAfYGPCZ9L4ZY7224yo="; }; nativeBuildInputs = [ makeWrapper ] 2022-12-28T13:01:06 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 unison nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/dri2qpc39ghnzqggn3jbgkjhb6k62ss5-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/4xw8n979xpivdc46a9ndcvyhwgif00hz-bash-5.1-p16/bin/bash INSTALLDIR=\$\(out\)/bin/ UISTYLE=gtk2 make -C src make[1]: Entering directory '/build/source/src' gtk2 GUI is no longer available. Use UISTYLE=gtk3 or don't specify any UISTYLE. make[1]: *** [Makefile.OCaml:104: buildexecutable] Error 1 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:9: src] Error 2