julia-lts 1.6.6 -> 1.9.3 https://repology.org/project/julia/versions attrpath: julia-lts 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/julia/1.6-bin.nix b/pkgs/development/compilers/julia/1.6-bin.nix index cf72457a1434..a9d4f80ca315 100644 --- a/pkgs/development/compilers/julia/1.6-bin.nix +++ b/pkgs/development/compilers/julia/1.6-bin.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "julia-bin"; - version = "1.6.6"; + version = "1.9.3"; src = { x86_64-linux = fetchurl { url = "https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz"; - sha256 = "0ia9a4h7w0n5rg57fkl1kzcyj500ymfwq3qsd2r7l82288dgfpy2"; + sha256 = "sha256-12ZwzJuj4P1MFUXdPQAmnAaUl2oRdjEnlevOFpLTI9E="; }; }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 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 julia-lts nix build failed. got build log for 'julia-lts' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/1y4v2bjgn9mdg2m2zcwn98czh9j3fvaw-julia-1.9.3-linux-x86_64.tar.gz source root is julia-1.9.3 setting SOURCE_DATE_EPOCH to timestamp 1692891362 of file julia-1.9.3/share/julia/test/worlds.jl @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/6qqpl0i6iw9ccq2fac8baannhhidlf03-0005-nix-Enable-parallel-unit-tests-for-sandbox.patch patching file test/runtests.jl Hunk #1 FAILED at 83. 1 out of 1 hunk FAILED -- saving rejects to file test/runtests.jl.rej