Merge pull request #183569 from r-ryantm/auto-update/nextflow

nextflow: 21.10.6 -> 22.04.5
This commit is contained in:
Jonas Heinrich 2022-08-22 14:32:36 +02:00 committed by GitHub
commit cd4a9ee8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "nextflow";
version = "21.10.6";
version = "22.04.5";
src = fetchurl {
url = "https://github.com/nextflow-io/nextflow/releases/download/v${version}/nextflow-${version}-all";
sha256 = "0l9hi51vrhvfx3px2pxw7lp4h21n8ks50x4icfk3hbgl2hwf7fvx";
sha256 = "sha256-Lpxb0lGR/oiPzj6j+lySZwiRgkRgPgyjK7FX0BSejm4=";
};
nativeBuildInputs = [ makeWrapper ];