2022-12-01T20:39:10 endless-sky 0.9.14 -> 0.9.16.1 https://github.com/endless-sky/endless-sky/releases 2022-12-01T20:39:12 attrpath: endless-sky 2022-12-01T20:39:12 Checking auto update branch... 2022-12-01T20:39:12 No auto update branch exists 2022-12-01T20:39:15 [version] 2022-12-01T20:39:31 [version] updated version and sha256 2022-12-01T20:39:31 [rustCrateVersion] 2022-12-01T20:39:31 [rustCrateVersion] No cargoSha256 found 2022-12-01T20:39:31 [golangModuleVersion] 2022-12-01T20:39:31 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-01T20:39:31 [updateScript] 2022-12-01T20:39:31 [updateScript] skipping because derivation has no updateScript 2022-12-01T20:39:31 2022-12-01T20:39:31 [quotedUrls] 2022-12-01T20:39:31 [quotedUrls] nothing found to replace 2022-12-01T20:39:31 Diff after rewrites: diff --git a/pkgs/games/endless-sky/default.nix b/pkgs/games/endless-sky/default.nix index 7806ae4906a..9e6bf875cbc 100644 --- a/pkgs/games/endless-sky/default.nix +++ b/pkgs/games/endless-sky/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "endless-sky"; - version = "0.9.14"; + version = "0.9.16.1"; src = fetchFromGitHub { owner = "endless-sky"; repo = "endless-sky"; rev = "v${version}"; - sha256 = "sha256-Vcck+zGcv39DXyhZF2DLUrXq3gDwkgL0NtPT5rVOpHs="; + sha256 = "sha256-bohljxAtSVqsfnge6t4LF3pC1s1r99v3hNLKTBquC20="; }; patches = [ 2022-12-01T20:41:03 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 endless-sky nix build failed. source/EsUuid.h:27:10: fatal error: uuid/uuid.h: No such file or directory 27 | #include  | ^~~~~~~~~~~~~ compilation terminated. In file included from source/Mission.h:21, from source/PlayerInfo.h:27, from source/AI.cpp:29: source/EsUuid.h:27:10: fatal error: uuid/uuid.h: No such file or directory 27 | #include  | ^~~~~~~~~~~~~ compilation terminated. scons: *** [build/release/Armament.o] Error 1 scons: *** [build/release/AI.o] Error 1 In file included from source/Mission.h:21, from source/PlayerInfo.h:27, from source/main.cpp:35: source/EsUuid.h:27:10: fatal error: uuid/uuid.h: No such file or directory 27 | #include  | ^~~~~~~~~~~~~ compilation terminated. scons: *** [build/release/main.o] Error 1 In file included from source/Mission.h:21, from source/PlayerInfo.h:27, from source/BankPanel.cpp:26: source/EsUuid.h:27:10: fatal error: uuid/uuid.h: No such file or directory 27 | #include  | ^~~~~~~~~~~~~ compilation terminated. scons: *** [build/release/BankPanel.o] Error 1 scons: building terminated because of errors.