nextflow: 25.10.2 -> 26.04.4

This commit is contained in:
David Moody
2026-07-13 18:02:10 +01:00
parent 1f6deaff6d
commit f35bb608fb
2 changed files with 3213 additions and 2833 deletions
+3201 -2830
View File
File diff suppressed because it is too large Load Diff
+12 -3
View File
@@ -20,15 +20,24 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nextflow";
version = "25.10.2";
version = "26.04.4";
__structuredAttrs = true;
# Suggested as an improvement, but currently breaks nix-build -A nextflow.tests
# strictDeps = true;
src = fetchFromGitHub {
owner = "nextflow-io";
repo = "nextflow";
rev = "c03082c9b816774c799660d22c2b56d72218fddc";
hash = "sha256-k8B393GOsU1gs+ZS5x3VZUmz+n8lH8/cmXkpzU301lY=";
tag = "v${finalAttrs.version}";
hash = "sha256-U0QHIzIbNe9dxqxhGAxJuskR9183UgGgLZQAGB7TKmo=";
};
buildInputs = [
bash
];
nativeBuildInputs = [
makeWrapper
gradle