2022-12-14T15:43:06 sjasmplus 1.18.3 -> 1.20.1 https://github.com/z00m128/sjasmplus/releases 2022-12-14T15:43:09 attrpath: sjasmplus 2022-12-14T15:43:09 Checking auto update branch... 2022-12-14T15:43:09 No auto update branch exists 2022-12-14T15:43:12 [version] 2022-12-14T15:43:15 [version] updated version and sha256 2022-12-14T15:43:15 [rustCrateVersion] 2022-12-14T15:43:15 [rustCrateVersion] No cargoSha256 found 2022-12-14T15:43:15 [golangModuleVersion] 2022-12-14T15:43:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-14T15:43:15 [updateScript] 2022-12-14T15:43:15 [updateScript] skipping because derivation has no updateScript 2022-12-14T15:43:15 2022-12-14T15:43:15 [quotedUrls] 2022-12-14T15:43:15 [quotedUrls] nothing found to replace 2022-12-14T15:43:15 Diff after rewrites: diff --git a/pkgs/development/compilers/sjasmplus/default.nix b/pkgs/development/compilers/sjasmplus/default.nix index 6ef3d11c712..66e0586c07e 100644 --- a/pkgs/development/compilers/sjasmplus/default.nix +++ b/pkgs/development/compilers/sjasmplus/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "sjasmplus"; - version = "1.18.3"; + version = "1.20.1"; src = fetchFromGitHub { owner = "z00m128"; repo = "sjasmplus"; rev = "v${version}"; - sha256 = "sha256-+FvNYfJ5I91RfuJTiOPhj5KW8HoOq8OgnnpFEgefSGc="; + sha256 = "sha256-cvqxrz7RUboRCbOCY3TskYbCcECYjg8qIbklfK6Yr40="; }; buildFlags = [ 2022-12-14T15:44:47 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 sjasmplus nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/jsyw48qqpxkp642jc4h0cy5kcvhcf066-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/nfgpn9av331q7zi1dl6d5qpir60y513s-bash-5.1-p16/bin/bash CC=cc CXX=c++ c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/devices.o sjasm/devices.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/directives.o sjasm/directives.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_cpc.o sjasm/io_cpc.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_err.o sjasm/io_err.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_nex.o sjasm/io_nex.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_snapshots.o sjasm/io_snapshots.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_tape.o sjasm/io_tape.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_trd.o sjasm/io_trd.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/io_tzx.o sjasm/io_tzx.cpp c++ -std=gnu++14 -DNDEBUG -O2 -Wall -DMAX_PATH=PATH_MAX -Icrc32c -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -c -o build/release/sjasm/lua_sjasm.o sjasm/lua_sjasm.cpp sjasm/lua_sjasm.cpp:35:10: fatal error: LuaBridge/LuaBridge.h: No such file or directory 35 | #include "LuaBridge/LuaBridge.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:164: build/release/sjasm/lua_sjasm.o] Error 1