nextflow: 25.10.2 -> 26.04.4 (#535746)
This commit is contained in:
@@ -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";
|
||||
|
||||
Generated
+3201
-2830
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user