sjasmplus 1.18.3 -> 1.20.2 https://github.com/z00m128/sjasmplus/releases attrpath: sjasmplus 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/development/compilers/sjasmplus/default.nix b/pkgs/development/compilers/sjasmplus/default.nix index 6ef3d11c712..023a8cac385 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.2"; src = fetchFromGitHub { owner = "z00m128"; repo = "sjasmplus"; rev = "v${version}"; - sha256 = "sha256-+FvNYfJ5I91RfuJTiOPhj5KW8HoOq8OgnnpFEgefSGc="; + sha256 = "sha256-FgEUWiGjR/q9fb5WdWMS+ygZAGYeMS8r2D+Ogd/ZMQU="; }; buildFlags = [ 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 sjasmplus nix build failed. got build log for 'sjasmplus' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/pq0xikhci1ffw451cfpys5n506h1z7a7-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/0hx32wk55ml88jrb1qxwg5c5yazfm6gf-bash-5.2-p15/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:176: build/release/sjasm/lua_sjasm.o] Error 1