endless-sky 0.9.14 -> 0.9.16.1 https://repology.org/metapackage/endless-sky/versions attrpath: endless-sky 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/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 = [ 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 endless-sky nix build failed. 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/AI.o] Error 1 In file included from source/Ship.h:25, from source/Armament.cpp:21: 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 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.