minimacy 1.2.0 -> 1.3.0 https://github.com/ambermind/minimacy/releases attrpath: minimacy 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/minimacy/default.nix b/pkgs/development/compilers/minimacy/default.nix index 6928ba4cdc42..9a27159723f1 100644 --- a/pkgs/development/compilers/minimacy/default.nix +++ b/pkgs/development/compilers/minimacy/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "minimacy"; - version = "1.2.0"; + version = "1.3.0"; src = fetchFromGitHub { owner = "ambermind"; repo = pname; rev = version; - hash = "sha256-uA+4dnhOnv7qRE7nqew8a14DGaQblsMY2uBZ+iyLtFU="; + hash = "sha256-pXkg94oMV2L5wp91pD4VZm/elNKMHdWcg5kgZaUs+js="; }; nativeBuildInputs = [ makeBinaryWrapper ]; Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A minimacy nix build failed. cc -O3 -D ON_UNIX -D WITH_UI -D WITH_AUDIO -D WITH_GL -D GL_GLEXT_PROTOTYPES -I/usr/X11R6/include -c ../src/vm_opcodes.c -o ../obj/vm_opcodes.o cc -O3 -D ON_UNIX -D WITH_UI -D WITH_AUDIO -D WITH_GL -D GL_GLEXT_PROTOTYPES -I/usr/X11R6/include -c ../src/vm_term.c -o ../obj/vm_term.o cc -O3 -D ON_UNIX -D WITH_UI -D WITH_AUDIO -D WITH_GL -D GL_GLEXT_PROTOTYPES -I/usr/X11R6/include -c ../src/vm_thread.c -o ../obj/vm_thread.o cc -O3 -D ON_UNIX -D WITH_UI -D WITH_AUDIO -D WITH_GL -D GL_GLEXT_PROTOTYPES -I/usr/X11R6/include -c ../src/vm_types.c -o ../obj/vm_types.o cc -o ../bin/minimacyX11GL ../obj/compiler.o ../obj/compiler_call.o ../obj/compiler_globals.o ../obj/compiler_instances.o ../obj/compiler_letgetset.o ../obj/compiler_locals.o ../obj/compiler_loops.o ../obj/compiler_match.o ../obj/compiler_parser.o ../obj/compiler_prog.o ../obj/compiler_step1.o ../obj/compiler_step2.o ../obj/compiler_step3.o ../obj/compiler_step4.o ../obj/compiler_struct.o ../obj/compiler_sum.o ../obj/compiler_term.o ../obj/compiler_try.o ../obj/crypto_adler32.o ../obj/crypto_aes.o ../obj/crypto_crc32.o ../obj/crypto_des.o ../obj/crypto_md5.o ../obj/crypto_rc4.o ../obj/crypto_sha1.o ../obj/crypto_sha2.o ../obj/hw.o ../obj/hw_console.o ../obj/hw_fs.o ../obj/hw_fs_ansi.o ../obj/hw_fs_romdisk.o ../obj/hw_random.o ../obj/hw_thread.o ../obj/hw_time.o ../obj/main.o ../obj/system_bignum.o ../obj/system.o ../obj/system_2d.o ../obj/system_audio.o ../obj/system_binary.o ../obj/system_buffer.o ../obj/system_bytes.o ../obj/system_core.o ../obj/system_convert.o ../obj/system_crypto.o ../obj/system_deflate.o ../obj/system_event.o ../obj/system_file.o ../obj/system_inflate.o ../obj/system_lzw.o ../obj/system_socket.o ../obj/system_str.o ../obj/system_tmp.o ../obj/system_ui.o ../obj/system_ui_gl.o ../obj/system_ui_x11.o ../obj/system_worker.o ../obj/util.o ../obj/util_2d.o ../obj/util_buffer.o ../obj/util_convert.o ../obj/util_hashmap.o ../obj/util_xml.o ../obj/vm_interpreter.o ../obj/vm_malloc.o ../obj/vm_memory.o ../obj/vm_opcodes.o ../obj/vm_term.o ../obj/vm_thread.o ../obj/vm_types.o -I/usr/X11R6/include -L/usr/X11R6/lib -lm -lpthread -lX11 -lXext -lasound -lGL -lGLU Done --> ../bin/minimacyX11GL make[1]: Leaving directory '/build/source/unix' /build/source @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase Minimacy - Sylvain Huet - 2020-24 - 1.3.0/Unix ---- 64 bits Current working directory: /build/source/ Default user directory : /homeless-shelter/ Minimacy directory : /build/source/ Rom directory : /build/source/rom/ > BIOS compiled in 6 ms > current time: Sat, 06 Apr 2024 21:53:01 UTC > compiling 'demo.fun.mandelbrot' Compiler: file not found ('demo.fun.mandelbrot') > use demo.fun.mandelbrot;; > ^ @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase cp: cannot stat 'system': No such file or directory