nextflow: 25.10.2 -> 26.04.4 (#535746)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-18 18:50:25 +00:00
committed by GitHub
3 changed files with 3220 additions and 2833 deletions
+6
View File
@@ -6380,6 +6380,12 @@
github = "David-Kopczynski";
githubId = 53194670;
};
David-Moody = {
name = "David Moody";
email = "david.moody@scot.me.uk";
github = "David-Moody";
githubId = 63956662;
};
david-sawatzke = {
email = "d-nix@sawatzke.dev";
github = "david-sawatzke";
+3201 -2830
View File
File diff suppressed because it is too large Load Diff
+13 -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
@@ -124,6 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
Etjean
mulatta
David-Moody
];
mainProgram = "nextflow";
platforms = lib.platforms.unix;