egoboo 2.7.3 -> 2.8.1 https://repology.org/project/egoboo/versions attrpath: egoboo 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/egoboo/default.nix b/pkgs/games/egoboo/default.nix index ba89e4ca7afd..9d9a97b14295 100644 --- a/pkgs/games/egoboo/default.nix +++ b/pkgs/games/egoboo/default.nix @@ -1,16 +1,16 @@ { lib, stdenv, fetchurl, libGLU, libGL, SDL, SDL_mixer, SDL_image, SDL_ttf }: stdenv.mkDerivation rec { - # pf5234 (a developer?) at freenode #egoboo told me that I better use 2.7.3 until + # pf5234 (a developer?) at freenode #egoboo told me that I better use 2.8.1 until # they fix more, because it even has at least one bugs less than 2.7.4. # 2.8.0 does not start properly on linux # They just starting making that 2.8.0 work on linux. pname = "egoboo"; - version = "2.7.3"; + version = "2.8.1"; src = fetchurl { url = "mirror://sourceforge/egoboo/egoboo-${version}.tar.gz"; - sha256 = "18cjgp9kakrsa90jcb4cl8hhh9k57mi5d1sy5ijjpd3p7zl647hd"; + sha256 = "sha256-omlBh9KKeq30yjubemxtzTuwPsjxRUNcdEu3evtfTCY="; }; buildPhase = '' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A egoboo nix build failed. got build log for 'egoboo' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/k3090y17fzsw52xhpprlnzif8gq792d2-egoboo-2.8.1.tar.gz source root is egoboo-2.8.1 setting SOURCE_DATE_EPOCH to timestamp 1293129694 of file egoboo-2.8.1/modules/palsand.mod/gamedat/spawn.txt @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: cd: source: No such file or directory