x16-rom 44 -> 46 https://repology.org/project/x16-rom/versions attrpath: x16-rom 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/applications/emulators/commanderx16/rom.nix b/pkgs/applications/emulators/commanderx16/rom.nix index c272faa706aa..1fb707f66095 100644 --- a/pkgs/applications/emulators/commanderx16/rom.nix +++ b/pkgs/applications/emulators/commanderx16/rom.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "x16-rom"; - version = "44"; + version = "46"; src = fetchFromGitHub { owner = "X16Community"; repo = "x16-rom"; rev = "r${finalAttrs.version}"; - hash = "sha256-x/U+8e869mkWZKmCiW2fZKGB9un2cFXNclemwxbAjLQ="; + hash = "sha256-PcLHIT84NbH+ejq8SY/UN+TYtRFWtqQBHwHqToFUol8="; }; nativeBuildInputs = [ @@ -34,8 +34,8 @@ stdenv.mkDerivation (finalAttrs: { installPhase = '' runHook preInstall - install -Dm 444 -t $out/share/x16-rom/ build/x16/rom.bin - install -Dm 444 -t $out/share/doc/x16-rom/ README.md + install -Dm 464 -t $out/share/x16-rom/ build/x16/rom.bin + install -Dm 464 -t $out/share/doc/x16-rom/ README.md runHook postInstall ''; 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 x16-rom nix build failed. ld65: Warning: Address size mismatch for 'index1': Exported from [linker generated] as 'absolute', import in dos.o, bannex/dos.s(8) as 'zeropage' ld65: Warning: Address size mismatch for 'index2': Exported from [linker generated] as 'absolute', import in renumber.o, bannex/renumber.s(17) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in sprite.o, bannex/sprite.s(14) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in tile.o, bannex/tile.s(7) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in dos.o, bannex/dos.s(8) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in locate.o, bannex/locate.s(5) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in help.o, bannex/help.s(8) as 'zeropage' ld65: Warning: Address size mismatch for 'poker': Exported from [linker generated] as 'absolute', import in renumber.o, bannex/renumber.s(17) as 'zeropage' ld65: Warning: Address size mismatch for 'txtptr': Exported from [linker generated] as 'absolute', import in dos.o, bannex/dos.s(8) as 'zeropage' ld65: Warning: Address size mismatch for 'txttab': Exported from [linker generated] as 'absolute', import in splash.o, bannex/splash.s(12) as 'zeropage' ld65: Warning: Address size mismatch for 'txttab': Exported from [linker generated] as 'absolute', import in renumber.o, bannex/renumber.s(17) as 'zeropage' ./scripts/relist.py build/x16/bannex.map build/x16/bannex INFO: unique module name tile_ did not appear map file modules. We're going to wing it... INFO: we're going to go with tile_CODE_00DC. INFO: unique module name splash_ did not appear map file modules. We're going to wing it... INFO: we're going to go with splash_CODE_02C3. INFO: unique module name sprite_ did not appear map file modules. We're going to wing it... INFO: we're going to go with sprite_CODE_01EB. INFO: unique module name help_ did not appear map file modules. We're going to wing it... INFO: we're going to go with help_CODE_0281. INFO: unique module name basic_far_ did not appear map file modules. We're going to wing it... INFO: we're going to go with basic_far_CODE_0067. (cd x16-edit && make clean rom) make[1]: Entering directory '/build/source/x16-edit' rm -f build/* lzsa -r -f2 help.txt build/help.bin /nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash: line 1: lzsa: command not found make[1]: *** [Makefile:14: build/help.bin] Error 127 make[1]: Leaving directory '/build/source/x16-edit' make: *** [Makefile:439: build/x16/x16edit-rom.bin] Error 2