xa 2.3.14 -> 2.4.1 https://repology.org/project/xa/versions attrpath: xa Checking auto update branch... An auto update branch exists with message `xa: 2.3.14 -> 2.4.0`. New version is 2.4.1. The auto update branch does not match or exceed the new version. [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/xa/xa.nix b/pkgs/development/compilers/xa/xa.nix index 52be6de0812d..c7778f8ddc3a 100644 --- a/pkgs/development/compilers/xa/xa.nix +++ b/pkgs/development/compilers/xa/xa.nix @@ -6,14 +6,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "xa"; - version = "2.3.14"; + version = "2.4.1"; src = fetchurl { urls = [ "https://www.floodgap.com/retrotech/xa/dists/xa-${finalAttrs.version}.tar.gz" "https://www.floodgap.com/retrotech/xa/dists/unsupported/xa-${finalAttrs.version}.tar.gz" ]; - hash = "sha256-G5u6vdvY07lBC4UuUKEo7qQeaBM55vdsPoB2+lQg8C4="; + hash = "sha256-Y8EqajKo42TzTwSdiyR39GVgIUGPCLjWtGK+DtO+OsM="; }; nativeCheckInputs = [ perl ]; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A xa nix build failed. make[1]: Entering directory '/build/xa-2.4.1/tests/math' rm -f *.o make[1]: Leaving directory '/build/xa-2.4.1/tests/math' =================================== PASSED! =================================== mode ............................................. > running Makefile =============================================================================== make[1]: Entering directory '/build/xa-2.4.1/tests/mode' rm -f *.o65 *.tmp make[1]: Leaving directory '/build/xa-2.4.1/tests/mode' ------------------------------------------------------------------------------- make[1]: Entering directory '/build/xa-2.4.1/tests/mode' ../../xa -R -o at1.o65 at1.a65 ../../xa -R -o at2.o65 at2.a65 ../../xa -R -o at4.o65 at4.a65 ../../xa -R -o at256.o65 at256.a65 ../../xa -R -o ad1.o65 ad1.a65 ../../xa -R -o ad2.o65 ad2.a65 ../../xa -R -o ad4.o65 ad4.a65 ../../xa -R -o ad256.o65 ad256.a65 ../../xa -R -o ab1.o65 ab1.a65 ../../xa -R -o ab2.o65 ab2.a65 ../../xa -R -o ab4.o65 ab4.a65 ../../xa -R -o ab256.o65 ab256.a65 ../../ldo65 y -o test1.o65 at1.o65 at2.o65 at4.o65 at256.o65 ad1.o65 ad2.o65 ad4.o65 ad256.o65 ab1.o65 ab2.o65 ab4.o65 ab256.o65 while opening file: stat: No such file or directory make[1]: *** [Makefile:21: test1.o65] Error 1 make[1]: Leaving directory '/build/xa-2.4.1/tests/mode' ------------------------------------------------------------------------------- ## FAILURE (make clean NOT run) ## make: *** [Makefile:76: test] Error 1