sjasmplus 1.18.3 -> 1.20.3 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/sjasmplus/default.nix b/pkgs/development/compilers/sjasmplus/default.nix index 6ef3d11c712f..e6f35eb7db60 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.3"; src = fetchFromGitHub { owner = "z00m128"; repo = "sjasmplus"; rev = "v${version}"; - sha256 = "sha256-+FvNYfJ5I91RfuJTiOPhj5KW8HoOq8OgnnpFEgefSGc="; + sha256 = "sha256-EDAsQdTr1cxhSDfh+lCI3JkJ4/OG6WEfcYUTCUZfZUE="; }; buildFlags = [ Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/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" } Running phase: unpackPhase unpacking source archive /nix/store/gdqim0kvgz35ah0f4nid84l2r6rqa8vr-source source root is source @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 build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash CC=cc CXX=c++ c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/devices.o sjasm/devices.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/directives.o sjasm/directives.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_cpc.o sjasm/io_cpc.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_err.o sjasm/io_err.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_nex.o sjasm/io_nex.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_snapshots.o sjasm/io_snapshots.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_tape.o sjasm/io_tape.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_trd.o sjasm/io_trd.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -c -o build/release/sjasm/io_tzx.o sjasm/io_tzx.cpp c++ -std=gnu++14 -DNDEBUG -O2 -DUSE_LUA -DLUA_USE_LINUX -Ilua5.4 -ILuaBridge/Source -Wall -DMAX_PATH=PATH_MAX -Icrc32c -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:177: build/release/sjasm/lua_sjasm.o] Error 1