nextflow: 24.08.0-edge -> 25.10.2

https://github.com/nextflow-io/nextflow/releases/tag/v25.10.2
This commit is contained in:
mulatta
2026-02-04 14:06:12 +09:00
parent 07d099a2c4
commit 82cf89cf54
2 changed files with 2048 additions and 1246 deletions
+2045 -1240
View File
File diff suppressed because it is too large Load Diff
+3 -6
View File
@@ -20,16 +20,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nextflow";
# 24.08.0-edge is compatible with Java 21. The current (as of 2024-09-19)
# nextflow release (24.04.4) does not yet support java21, but java19. The
# latter is not in nixpkgs(-unstable) anymore.
version = "24.08.0-edge";
version = "25.10.2";
src = fetchFromGitHub {
owner = "nextflow-io";
repo = "nextflow";
rev = "6e866ae81ff3bf8a9729e9dbaa9dd89afcb81a4b";
hash = "sha256-SA27cuP3iO5kD6u0uTeEaydyqbyJzOkVtPrb++m3Tv0=";
rev = "c03082c9b816774c799660d22c2b56d72218fddc";
hash = "sha256-k8B393GOsU1gs+ZS5x3VZUmz+n8lH8/cmXkpzU301lY=";
};
nativeBuildInputs = [